Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f6b33be0bea431267943429f9fa310fda0f24893)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f6b33be0bea431267943429f9fa310fda0f24893)
  • Date: Mon, 28 Jan 2008 11:17:16 -0800

Quoting Vlad Glagolev <scm AT sourcemage.org>:

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

lua-forge/lrexlib/INSTALL | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit f6b33be0bea431267943429f9fa310fda0f24893
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lrexlib: small lua version fix

diff --git a/lua-forge/lrexlib/INSTALL b/lua-forge/lrexlib/INSTALL
index 22ab4d4..9c0e725 100755
--- a/lua-forge/lrexlib/INSTALL
+++ b/lua-forge/lrexlib/INSTALL
@@ -1 +1,3 @@
-install -m 755 src/*.so* $INSTALL_ROOT/usr/lib/lua/5.1
+local LUA=$(installed_version lua)
+
+install -m 755 src/*.so* $INSTALL_ROOT/usr/lib/lua/${LUA%.?}

HISTORY entry?

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285





Archive powered by MHonArc 2.6.24.

Top of Page