aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 60f08dc8..4e814740 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -35,7 +35,7 @@ $(builddir)/config-$(LUA_VERSION).lua: config.unix
35 @printf -- '-- LuaRocks configuration\n\n'\ 35 @printf -- '-- LuaRocks configuration\n\n'\
36 'rocks_trees = {\n'\ 36 'rocks_trees = {\n'\
37 ' { name = "user", root = home .. "/.luarocks" };\n'\ 37 ' { name = "user", root = home .. "/.luarocks" };\n'\
38 ' { name = "system", root = "'"$(rocks_tree)"'" };\n'\ 38 "$$([ "$(rocks_tree)" != "$(HOME)/.luarocks" ] && printf ' { name = "system", root = "'"$(rocks_tree)"'" };\\n')"\
39 '}\n'\ 39 '}\n'\
40 "$$([ -n "$(LUA_INTERPRETER)" ] && printf 'lua_interpreter = "%s";\\n' "$(LUA_INTERPRETER)")"\ 40 "$$([ -n "$(LUA_INTERPRETER)" ] && printf 'lua_interpreter = "%s";\\n' "$(LUA_INTERPRETER)")"\
41 'variables = {\n'\ 41 'variables = {\n'\