aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-08-20 01:01:33 -0300
committerHisham Muhammad <hisham@gobolinux.org>2013-08-20 01:01:33 -0300
commit86ad43102751fd690d89c6a71cae4da848a2e4f5 (patch)
treeb57db1554298d03a8cfc1db1815d8e1b69917763
parent0b8605f5d53a9fef54ca17bf5447132327b0ae6e (diff)
downloadluarocks-86ad43102751fd690d89c6a71cae4da848a2e4f5.tar.gz
luarocks-86ad43102751fd690d89c6a71cae4da848a2e4f5.tar.bz2
luarocks-86ad43102751fd690d89c6a71cae4da848a2e4f5.zip
oops, remove debug message :)
-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