diff options
-rw-r--r-- | src/luarocks/rep.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/rep.lua b/src/luarocks/rep.lua index 8134a678..5eb8860a 100644 --- a/src/luarocks/rep.lua +++ b/src/luarocks/rep.lua | |||
@@ -227,7 +227,7 @@ function deploy_files(name, version) | |||
227 | 227 | ||
228 | local ok, err = true | 228 | local ok, err = true |
229 | if rock_manifest.bin then | 229 | if rock_manifest.bin then |
230 | ok, err = deploy_file_tree(rock_manifest.bin, path_bin_dir(name, version), cfg.deploy_bin_dir, install_binary) | 230 | ok, err = deploy_file_tree(rock_manifest.bin, path.bin_dir(name, version), cfg.deploy_bin_dir, install_binary) |
231 | end | 231 | end |
232 | if ok and rock_manifest.lua then | 232 | if ok and rock_manifest.lua then |
233 | ok, err = deploy_file_tree(rock_manifest.lua, path.lua_dir(name, version), cfg.deploy_lua_dir) | 233 | ok, err = deploy_file_tree(rock_manifest.lua, path.lua_dir(name, version), cfg.deploy_lua_dir) |