aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/build.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua
index 4f089cff..49bcefab 100644
--- a/src/luarocks/build.lua
+++ b/src/luarocks/build.lua
@@ -77,7 +77,6 @@ local function install_files(files, location, is_module_path)
77 local ok, err = fs.make_dir(dest) 77 local ok, err = fs.make_dir(dest)
78 if not ok then return nil, err end 78 if not ok then return nil, err end
79 end 79 end
80print("COPYING ",dir.path(file), dir.path(dest, filename))
81 local ok = fs.copy(dir.path(file), dir.path(dest, filename)) 80 local ok = fs.copy(dir.path(file), dir.path(dest, filename))
82 if not ok then 81 if not ok then
83 return nil, "Failed copying "..file 82 return nil, "Failed copying "..file