diff options
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. |