diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-17 21:41:11 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-17 21:41:11 -0300 |
| commit | 92d63635a0cd0d336e65e9cd4a8e389bff406cc3 (patch) | |
| tree | 240837121e38989f4a46c9f377b8d49c28ac956d /rockspec | |
| parent | dc5f2009eaf765a21c6ea285b5ad3f45b17e5752 (diff) | |
| download | luarocks-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-- | rockspec | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 | } |
