From ecb823b3a3b8a1f084ecb466af34acf242f65538 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 31 May 2012 16:05:49 +0100 Subject: 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. --- lua.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"" -- cgit v1.2.1