From e0d36fc5ed61bc60ee8a572d5541a61d11c37587 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 26 Jun 2012 15:48:52 -0300 Subject: force path to ensure the local environment does not mess with 'bootstrap' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7709fec..99f27963 100644 --- a/Makefile +++ b/Makefile @@ -147,6 +147,6 @@ write_sysconfig: built install: install_bins install_luas install_site_config write_sysconfig bootstrap: src/luarocks/site_config.lua install_site_config write_sysconfig - LUA_PATH="$$PWD/src/?.lua;$$LUA_PATH" src/bin/luarocks make rockspec + LUA_PATH="$$PWD/src/?.lua;$$LUA_PATH" src/bin/luarocks make rockspec --tree="$(PREFIX)" install_rock: install_bins install_luas -- cgit v1.2.3-55-g6feb