aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-10-19 17:59:36 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-10-19 17:59:36 +0300
commit2bfcd954d1b7c94983ea3e25ac1cf44f304d9505 (patch)
treeb8a362d450bd935a450fead7803fa5cdbc9dfd2e /spec
parent66390224e272b0cbda12e50042209dafd1222dc0 (diff)
downloadluarocks-2bfcd954d1b7c94983ea3e25ac1cf44f304d9505.tar.gz
luarocks-2bfcd954d1b7c94983ea3e25ac1cf44f304d9505.tar.bz2
luarocks-2bfcd954d1b7c94983ea3e25ac1cf44f304d9505.zip
Fix installation of modules from files ending with "init.lua"
In builtin backend, when figuring out where to install a module and checking for special "init.lua" logic, trigger it only when the whole basename is "init.lua", not when it merely ends with it. Fixes incorrect installation when build.modules contains pairs like `["kainit"] = "kainit.lua"` - the module used to go to `kainit/kainit.lua` instead of just `kainit.lua`.
Diffstat (limited to 'spec')
0 files changed, 0 insertions, 0 deletions