aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 5f4902de..954fa93d 100755
--- a/configure
+++ b/configure
@@ -7,7 +7,7 @@
7 7
8PREFIX="/usr/local" 8PREFIX="/usr/local"
9SYSCONFDIR="$PREFIX/etc/luarocks" 9SYSCONFDIR="$PREFIX/etc/luarocks"
10ROCKS_TREE="$PREFIX/lib/luarocks" 10ROCKS_TREE="$PREFIX"
11SCRIPTS_DIR="" 11SCRIPTS_DIR=""
12LUA_MODULES_DIR="" 12LUA_MODULES_DIR=""
13BIN_MODULES_DIR="" 13BIN_MODULES_DIR=""
@@ -33,7 +33,7 @@ Configure LuaRocks.
33--sysconfdir=DIR Location where the config file should be installed. 33--sysconfdir=DIR Location where the config file should be installed.
34 Default is \$PREFIX/etc/luarocks 34 Default is \$PREFIX/etc/luarocks
35--rocks-tree=FILE Root of the local tree of installed rocks. 35--rocks-tree=FILE Root of the local tree of installed rocks.
36 Default is \$PREFIX/lib/luarocks 36 Default is \$PREFIX
37 37
38Where to install files installed by rocks, to make the accessible to Lua and 38Where to install files installed by rocks, to make the accessible to Lua and
39your \$PATH. Beware of clashes between files installed by LuaRocks and by your 39your \$PATH. Beware of clashes between files installed by LuaRocks and by your