summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-31 16:05:49 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-31 16:05:49 +0100
commitecb823b3a3b8a1f084ecb466af34acf242f65538 (patch)
tree4ae40ad33f8a9d8cae1dd5794d414c3cb1079517
parente508b3149e88a6b1445b7e1412a7b715c0418dd5 (diff)
downloadlua-ecb823b3a3b8a1f084ecb466af34acf242f65538.tar.gz
lua.morph: Don't back up src/Makefile
busybox's sed may not support backing up with -i. I think the newest version can though.
-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\""