summaryrefslogtreecommitdiff
path: root/lua.morph
diff options
context:
space:
mode:
Diffstat (limited to 'lua.morph')
-rw-r--r--lua.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua.morph b/lua.morph
index b52d726..49332d8 100644
--- a/lua.morph
+++ b/lua.morph
@@ -6,7 +6,7 @@
"sed -i -e '/^linux:/{n;s/-lreadline//g;s/-lhistory//g;s/-lncurses//g}' src/Makefile"
],
"build-commands": [
- "make debian_linux INSTALL_TOP=\"$PREFIX\""
+ "make debian_linux INSTALL_TOP=\"$PREFIX\" RPATH=\"$PREFIX/lib\""
],
"install-commands": [
"make INSTALL_TOP=\"$DESTDIR/$PREFIX\" debian_install"