aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-07-17 15:51:21 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-07-18 11:24:07 -0300
commite5e0e691445b81be7dad2f8eb2d73c558ebbf921 (patch)
tree572d7f5fd219d1a0a86dc2d274ec530ab1bb4636
parentd3ff6711ad4e97130669cdb570583ecda97fa2bf (diff)
downloadluarocks-e5e0e691445b81be7dad2f8eb2d73c558ebbf921.tar.gz
luarocks-e5e0e691445b81be7dad2f8eb2d73c558ebbf921.tar.bz2
luarocks-e5e0e691445b81be7dad2f8eb2d73c558ebbf921.zip
configure: recommend `make` instead of `make build`
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5b587385..d92a3915 100755
--- a/configure
+++ b/configure
@@ -517,7 +517,7 @@ if [ "$LUA_BINDIR_SET" = "yes" ]; then echo "Lua bin directory..................
517if [ "$LUA_INCDIR_SET" = "yes" ]; then echo "Lua include directory..............: $(GREEN "$LUA_INCDIR")" ; fi 517if [ "$LUA_INCDIR_SET" = "yes" ]; then echo "Lua include directory..............: $(GREEN "$LUA_INCDIR")" ; fi
518if [ "$LUA_LIBDIR_SET" = "yes" ]; then echo "Lua lib directory..................: $(GREEN "$LUA_LIBDIR")" ; fi 518if [ "$LUA_LIBDIR_SET" = "yes" ]; then echo "Lua lib directory..................: $(GREEN "$LUA_LIBDIR")" ; fi
519echo 519echo
520echo "* Type $(BOLD make build) and $(BOLD make install):" 520echo "* Type $(BOLD make) and $(BOLD make install):"
521echo " to install to $PREFIX as usual." 521echo " to install to $PREFIX as usual."
522echo "* Type $(BOLD make bootstrap):" 522echo "* Type $(BOLD make bootstrap):"
523echo " to install LuaRocks into $ROCKS_TREE as a rock." 523echo " to install LuaRocks into $ROCKS_TREE as a rock."