aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-07-02 23:22:53 -0300
committerHisham Muhammad <hisham@gobolinux.org>2013-07-02 23:22:53 -0300
commitd3ab714991d1c9accb37942f2b04a296b679cccd (patch)
treed8cb801c19e1be956f70ba0e3cc591658e8c5bd5 /configure
parent8ff6a5b55b199fbb056b0e11cff86d8192cef61e (diff)
downloadluarocks-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-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 4f4a7c3e..a5aa1f4d 100755
--- a/configure
+++ b/configure
@@ -436,5 +436,9 @@ echo "Using Lua from: $LUA_DIR"
436make clean > /dev/null 2> /dev/null 436make clean > /dev/null 2> /dev/null
437 437
438echo 438echo
439echo "Done. You can now run 'make' to build." 439echo "Done configuring."
440echo "- Type 'make build' and 'make install':"
441echo " to install to $PREFIX as usual."
442echo "- Type 'make bootstrap':"
443echo " to install LuaRocks in $PREFIX as a rock."
440echo 444echo