aboutsummaryrefslogtreecommitdiff
path: root/rockspec
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-17 21:41:11 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-17 21:41:11 -0300
commit92d63635a0cd0d336e65e9cd4a8e389bff406cc3 (patch)
tree240837121e38989f4a46c9f377b8d49c28ac956d /rockspec
parentdc5f2009eaf765a21c6ea285b5ad3f45b17e5752 (diff)
downloadluarocks-92d63635a0cd0d336e65e9cd4a8e389bff406cc3.tar.gz
luarocks-92d63635a0cd0d336e65e9cd4a8e389bff406cc3.tar.bz2
luarocks-92d63635a0cd0d336e65e9cd4a8e389bff406cc3.zip
Make sure suffix is produced when installing via rock (see #323)
and copy over site_config.lua, in case we're installing to a different prefix (see https://sourceforge.net/p/luarocks/mailman/message/33608257/)
Diffstat (limited to 'rockspec')
-rw-r--r--rockspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/rockspec b/rockspec
index 92237c0c..f2f26b19 100644
--- a/rockspec
+++ b/rockspec
@@ -33,6 +33,7 @@ build = {
33 build_pass=false, 33 build_pass=false,
34 install_variables = { 34 install_variables = {
35 BINDIR="$(BINDIR)", 35 BINDIR="$(BINDIR)",
36 LUADIR="$(LUADIR)" 36 LUADIR="$(LUADIR)",
37 LUA="$(LUA)",
37 } 38 }
38} 39}