diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2012-06-26 15:48:52 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2012-06-26 15:48:52 -0300 |
commit | e0d36fc5ed61bc60ee8a572d5541a61d11c37587 (patch) | |
tree | 742ab9096dde0463f70cec876f6e2fff0bfa535f | |
parent | 18d6b6b72b4a923ef7cf0c605af9078ca115fa9d (diff) | |
download | luarocks-e0d36fc5ed61bc60ee8a572d5541a61d11c37587.tar.gz luarocks-e0d36fc5ed61bc60ee8a572d5541a61d11c37587.tar.bz2 luarocks-e0d36fc5ed61bc60ee8a572d5541a61d11c37587.zip |
force path to ensure the local environment does not mess with 'bootstrap'
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,6 +147,6 @@ write_sysconfig: built | |||
147 | install: install_bins install_luas install_site_config write_sysconfig | 147 | install: install_bins install_luas install_site_config write_sysconfig |
148 | 148 | ||
149 | bootstrap: src/luarocks/site_config.lua install_site_config write_sysconfig | 149 | bootstrap: src/luarocks/site_config.lua install_site_config write_sysconfig |
150 | LUA_PATH="$$PWD/src/?.lua;$$LUA_PATH" src/bin/luarocks make rockspec | 150 | LUA_PATH="$$PWD/src/?.lua;$$LUA_PATH" src/bin/luarocks make rockspec --tree="$(PREFIX)" |
151 | 151 | ||
152 | install_rock: install_bins install_luas | 152 | install_rock: install_bins install_luas |