aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-08-29 12:23:43 -0300
committerHisham Muhammad <hisham@gobolinux.org>2011-08-29 12:23:43 -0300
commite76fe2a7000d7f70326588f7a8fec07ca8d5ad33 (patch)
tree8409747136796a745046d0f4bfe4182764d2475c /src
parent081a224ea61bf406ba79716cef3f07e44aa15ee4 (diff)
downloadluarocks-e76fe2a7000d7f70326588f7a8fec07ca8d5ad33.tar.gz
luarocks-e76fe2a7000d7f70326588f7a8fec07ca8d5ad33.tar.bz2
luarocks-e76fe2a7000d7f70326588f7a8fec07ca8d5ad33.zip
Clarify documentation: the --pack-binary-rock packs in the current directory, like "luarocks pack".
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/build.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua
index 1341a9ae..77dd1dad 100644
--- a/src/luarocks/build.lua
+++ b/src/luarocks/build.lua
@@ -21,7 +21,8 @@ Argument may be a rockspec file, a source rock file
21or the name of a rock to be fetched from a repository. 21or the name of a rock to be fetched from a repository.
22 22
23If --pack-binary-rock is passed, the rock is not installed; 23If --pack-binary-rock is passed, the rock is not installed;
24instead, a .rock file with the contents of compilation is produced. 24instead, a .rock file with the contents of compilation is produced
25in the current directory.
25]] 26]]
26 27
27--- Install files to a given location. 28--- Install files to a given location.