diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-17 15:51:21 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-18 11:24:07 -0300 |
| commit | e5e0e691445b81be7dad2f8eb2d73c558ebbf921 (patch) | |
| tree | 572d7f5fd219d1a0a86dc2d274ec530ab1bb4636 | |
| parent | d3ff6711ad4e97130669cdb570583ecda97fa2bf (diff) | |
| download | luarocks-e5e0e691445b81be7dad2f8eb2d73c558ebbf921.tar.gz luarocks-e5e0e691445b81be7dad2f8eb2d73c558ebbf921.tar.bz2 luarocks-e5e0e691445b81be7dad2f8eb2d73c558ebbf921.zip | |
configure: recommend `make` instead of `make build`
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -517,7 +517,7 @@ if [ "$LUA_BINDIR_SET" = "yes" ]; then echo "Lua bin directory.................. | |||
| 517 | if [ "$LUA_INCDIR_SET" = "yes" ]; then echo "Lua include directory..............: $(GREEN "$LUA_INCDIR")" ; fi | 517 | if [ "$LUA_INCDIR_SET" = "yes" ]; then echo "Lua include directory..............: $(GREEN "$LUA_INCDIR")" ; fi |
| 518 | if [ "$LUA_LIBDIR_SET" = "yes" ]; then echo "Lua lib directory..................: $(GREEN "$LUA_LIBDIR")" ; fi | 518 | if [ "$LUA_LIBDIR_SET" = "yes" ]; then echo "Lua lib directory..................: $(GREEN "$LUA_LIBDIR")" ; fi |
| 519 | echo | 519 | echo |
| 520 | echo "* Type $(BOLD make build) and $(BOLD make install):" | 520 | echo "* Type $(BOLD make) and $(BOLD make install):" |
| 521 | echo " to install to $PREFIX as usual." | 521 | echo " to install to $PREFIX as usual." |
| 522 | echo "* Type $(BOLD make bootstrap):" | 522 | echo "* Type $(BOLD make bootstrap):" |
| 523 | echo " to install LuaRocks into $ROCKS_TREE as a rock." | 523 | echo " to install LuaRocks into $ROCKS_TREE as a rock." |
