diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-05-14 14:55:11 +0200 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-05-14 14:55:11 +0200 |
commit | ceab1a6dde2c8960fad91e7eea56038e959bda9a (patch) | |
tree | d482aa97641d456c423d4210938b7f986e2ea1e3 /src | |
parent | 9f1a6be6c3eb62d70d3788e20604d4b83560faed (diff) | |
parent | 1dd5293f0c725c1d5f290bbed51b3bec59748d16 (diff) | |
download | luarocks-ceab1a6dde2c8960fad91e7eea56038e959bda9a.tar.gz luarocks-ceab1a6dde2c8960fad91e7eea56038e959bda9a.tar.bz2 luarocks-ceab1a6dde2c8960fad91e7eea56038e959bda9a.zip |
Merge pull request #256 from Tieske/reorg_win
Reorganize Wind32 files; install from repository
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 693cdbdb..59a17754 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -319,7 +319,7 @@ if detected.windows then | |||
319 | "MKDIR", "MV", "PWD", "RMDIR", "TEST", "UNAME", "WGET" } | 319 | "MKDIR", "MV", "PWD", "RMDIR", "TEST", "UNAME", "WGET" } |
320 | for _, var in ipairs(bins) do | 320 | for _, var in ipairs(bins) do |
321 | if defaults.variables[var] then | 321 | if defaults.variables[var] then |
322 | defaults.variables[var] = full_prefix.."\\bin\\"..defaults.variables[var] | 322 | defaults.variables[var] = full_prefix.."\\tools\\"..defaults.variables[var] |
323 | end | 323 | end |
324 | end | 324 | end |
325 | 325 | ||