[Lunar-commits] <moonbase-other> lua: fix the lib symlink.
Florin Braescu
florin at lunar-linux.org
Sat Aug 17 06:30:41 CEST 2013
commit 8ba5cd4da736d2c2a1bafe3034dd3e5516c0d570
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 16 Aug 2013 21:30:11 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/8ba5cd4da736d2c2a1bafe3034dd3e5516c0d570
lua: fix the lib symlink.
---
compilers/lua/BUILD | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/compilers/lua/BUILD
+++ b/compilers/lua/BUILD
@@ -27,6 +27,6 @@ make linux &&
prepare_install &&
make install &&
-ln -s liblua.so.${VERSION%.*} /usr/lib/liblua.so &&
+ln -s /usr/lib/liblua.so.${VERSION%.*} /usr/lib/liblua.so &&
install -Dm0644 lua.pc /usr/lib/pkgconfig/
More information about the Lunar-commits
mailing list