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