diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2011-08-29 12:23:43 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2011-08-29 12:23:43 -0300 |
commit | e76fe2a7000d7f70326588f7a8fec07ca8d5ad33 (patch) | |
tree | 8409747136796a745046d0f4bfe4182764d2475c /src | |
parent | 081a224ea61bf406ba79716cef3f07e44aa15ee4 (diff) | |
download | luarocks-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.lua | 3 |
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 | |||
21 | or the name of a rock to be fetched from a repository. | 21 | or the name of a rock to be fetched from a repository. |
22 | 22 | ||
23 | If --pack-binary-rock is passed, the rock is not installed; | 23 | If --pack-binary-rock is passed, the rock is not installed; |
24 | instead, a .rock file with the contents of compilation is produced. | 24 | instead, a .rock file with the contents of compilation is produced |
25 | in the current directory. | ||
25 | ]] | 26 | ]] |
26 | 27 | ||
27 | --- Install files to a given location. | 28 | --- Install files to a given location. |