aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-06-26 21:45:35 -0300
committerHisham Muhammad <hisham@gobolinux.org>2014-06-26 21:45:35 -0300
commit570e29f921cf37d01eaf2af8d0e61f794917aed6 (patch)
treed7987794d7b790e48b2c2f947bb9f575223ff581 /src
parentc318a9a6a55ad0c50dc9ec99dbf3aa750ad5021b (diff)
parent54733d5185b044dbde985ccbd71826c1c0e18b67 (diff)
downloadluarocks-570e29f921cf37d01eaf2af8d0e61f794917aed6.tar.gz
luarocks-570e29f921cf37d01eaf2af8d0e61f794917aed6.tar.bz2
luarocks-570e29f921cf37d01eaf2af8d0e61f794917aed6.zip
Merge branch 'master' of https://github.com/keplerproject/luarocks
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/build.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua
index cc56c782..01bfa9d9 100644
--- a/src/luarocks/build.lua
+++ b/src/luarocks/build.lua
@@ -326,8 +326,8 @@ function build.build_rockspec(rockspec_file, need_to_fetch, minimal_mode, deps_m
326 end 326 end
327 327
328 local root_dir = path.root_dir(cfg.rocks_dir) 328 local root_dir = path.root_dir(cfg.rocks_dir)
329 util.printout()
330 util.printout(name.." "..version.." is now built and installed in "..root_dir.." "..license) 329 util.printout(name.." "..version.." is now built and installed in "..root_dir.." "..license)
330 util.printout()
331 331
332 util.remove_scheduled_function(rollback) 332 util.remove_scheduled_function(rollback)
333 return name, version 333 return name, version