aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-11-12 20:08:29 -0200
committerHisham Muhammad <hisham@gobolinux.org>2013-11-12 20:08:29 -0200
commit66bf838d59c30be7f65ed56a1b3efc8441dc987c (patch)
tree20005af5a7759d53ce4e34ed70ea839b0ae29601
parent1078610241d5fe84733bc1094653b482dc64a8ac (diff)
downloadluarocks-66bf838d59c30be7f65ed56a1b3efc8441dc987c.tar.gz
luarocks-66bf838d59c30be7f65ed56a1b3efc8441dc987c.tar.bz2
luarocks-66bf838d59c30be7f65ed56a1b3efc8441dc987c.zip
Remove incompatibility in the sed command, as reported in the Lua mailing list.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b0334c8..7a9eae1e 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ purge.lua path.lua write_rockspec.lua
28 28
29CONFIG_FILE = $(SYSCONFDIR)/config-$(LUA_VERSION).lua 29CONFIG_FILE = $(SYSCONFDIR)/config-$(LUA_VERSION).lua
30 30
31SAFEPWD=`echo "$$PWD" | sed -e 's/\([][]\)\1/]]..'\''\1\1'\''..[[/g' -` 31SAFEPWD=`echo "$$PWD" | sed -e 's/\([][]\)\1/]]..'\''\1\1'\''..[[/g'`
32 32
33all: 33all:
34 @echo "- Type 'make build' and 'make install':" 34 @echo "- Type 'make build' and 'make install':"