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 4f88b95..05582ee 100644
--- a/lua.morph
+++ b/lua.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"configure-commands": [
"sed -e 's/defined(LUA_USE_READLINE)/0/g' src/luaconf.h.orig >src/luaconf.h",
- "sed -i.orig -e '/^linux:/{n;s/-lreadline//g;s/-lhistory//g;s/-lncurses//g}' src/Makefile"
+ "sed -i -e '/^linux:/{n;s/-lreadline//g;s/-lhistory//g;s/-lncurses//g}' src/Makefile"
],
"build-commands": [
"make PLAT=linux INSTALL_TOP=\"$PREFIX\""