aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/pack.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/pack.lua b/src/luarocks/pack.lua
index fb40a576..932ff0d5 100644
--- a/src/luarocks/pack.lua
+++ b/src/luarocks/pack.lua
@@ -164,7 +164,7 @@ function pack.pack_binary_rock(name, version, cmd, ...)
164 if not rname then 164 if not rname then
165 rname, rversion = name, version 165 rname, rversion = name, version
166 end 166 end
167 return do_pack_binary_rock(rname, rversion) 167 return do_pack_binary_rock(rname, rversion, temp_dir)
168end 168end
169 169
170--- Driver function for the "pack" command. 170--- Driver function for the "pack" command.