aboutsummaryrefslogtreecommitdiff
path: root/lfw
diff options
context:
space:
mode:
authorFabio Mascarenhas <mascarenhas@lambda-2.local>2010-03-29 16:10:38 -0300
committerFabio Mascarenhas <mascarenhas@lambda-2.local>2010-03-29 16:10:38 -0300
commit92dd0e876a3867933f093f57f42345b243646eba (patch)
treec7ec5d3fb62c4fa15edd5881b6aedab64e0d6930 /lfw
parent41b0c918d4974f39caed5b6c3eef05034653c6f5 (diff)
downloadluarocks-92dd0e876a3867933f093f57f42345b243646eba.tar.gz
luarocks-92dd0e876a3867933f093f57f42345b243646eba.tar.bz2
luarocks-92dd0e876a3867933f093f57f42345b243646eba.zip
change default bin_dir in luarocks lfw to LFW_ROOT instead of LFW_ROOT\utils
Diffstat (limited to 'lfw')
-rw-r--r--lfw/luarocks_config.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lfw/luarocks_config.lua b/lfw/luarocks_config.lua
index 86de0253..9fd0aebd 100644
--- a/lfw/luarocks_config.lua
+++ b/lfw/luarocks_config.lua
@@ -4,7 +4,7 @@ rocks_servers = {
4} 4}
5rocks_trees = { 5rocks_trees = {
6 { root = LFW_ROOT, rocks_dir = LFW_ROOT..[[\rocks]], 6 { root = LFW_ROOT, rocks_dir = LFW_ROOT..[[\rocks]],
7 bin_dir = LFW_ROOT..[[\utils]], lua_dir = LFW_ROOT..[[\lua]], 7 bin_dir = LFW_ROOT, lua_dir = LFW_ROOT..[[\lua]],
8 lib_dir = LFW_ROOT..[[\clibs]] } 8 lib_dir = LFW_ROOT..[[\clibs]] }
9} 9}
10variables.WRAPPER = LFW_ROOT..[[rclauncher.obj]] 10variables.WRAPPER = LFW_ROOT..[[\rclauncher.obj]]