From bffc55e6f74fd3fc1d74c79bf12443c249491248 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 10 Oct 2011 22:52:00 -0300 Subject: Fix behavior of --pack-binary-rock (problem reported by Ignacio Burgueno) --- src/luarocks/build.lua | 1 + 1 file changed, 1 insertion(+) 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 @@ -- Builds a rock, compiling its C parts if any. module("luarocks.build", package.seeall) +local pack = require("luarocks.pack") local path = require("luarocks.path") local util = require("luarocks.util") local rep = require("luarocks.rep") -- cgit v1.2.3-55-g6feb