summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-10-10 22:52:00 -0300
committerHisham Muhammad <hisham@gobolinux.org>2011-10-10 22:52:00 -0300
commitbffc55e6f74fd3fc1d74c79bf12443c249491248 (patch)
treea80f2434e61443ff3c23bdb858b672d3a645d8c3
parent295c2940873e94c33e5f556284c7e9f3a1d296f5 (diff)
downloadluarocks-bffc55e6f74fd3fc1d74c79bf12443c249491248.tar.gz
luarocks-bffc55e6f74fd3fc1d74c79bf12443c249491248.tar.bz2
luarocks-bffc55e6f74fd3fc1d74c79bf12443c249491248.zip
Fix behavior of --pack-binary-rock
(problem reported by Ignacio Burgueno)
-rw-r--r--src/luarocks/build.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua
index af098f34..3c7f4405 100644
--- a/src/luarocks/build.lua
+++ b/src/luarocks/build.lua
@@ -3,6 +3,7 @@
3-- Builds a rock, compiling its C parts if any. 3-- Builds a rock, compiling its C parts if any.
4module("luarocks.build", package.seeall) 4module("luarocks.build", package.seeall)
5 5
6local pack = require("luarocks.pack")
6local path = require("luarocks.path") 7local path = require("luarocks.path")
7local util = require("luarocks.util") 8local util = require("luarocks.util")
8local rep = require("luarocks.rep") 9local rep = require("luarocks.rep")