diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-07-02 23:22:53 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-07-02 23:22:53 -0300 |
commit | d3ab714991d1c9accb37942f2b04a296b679cccd (patch) | |
tree | d8cb801c19e1be956f70ba0e3cc591658e8c5bd5 /configure | |
parent | 8ff6a5b55b199fbb056b0e11cff86d8192cef61e (diff) | |
download | luarocks-2.1.0rc1.tar.gz luarocks-2.1.0rc1.tar.bz2 luarocks-2.1.0rc1.zip |
Preparing for LuaRocks 2.1.0... let's try to install as a rock this time!v2.1.0rc1
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -436,5 +436,9 @@ echo "Using Lua from: $LUA_DIR" | |||
436 | make clean > /dev/null 2> /dev/null | 436 | make clean > /dev/null 2> /dev/null |
437 | 437 | ||
438 | echo | 438 | echo |
439 | echo "Done. You can now run 'make' to build." | 439 | echo "Done configuring." |
440 | echo "- Type 'make build' and 'make install':" | ||
441 | echo " to install to $PREFIX as usual." | ||
442 | echo "- Type 'make bootstrap':" | ||
443 | echo " to install LuaRocks in $PREFIX as a rock." | ||
440 | echo | 444 | echo |