diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-11 06:24:21 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-11 06:24:21 +0000 |
commit | 6fcee351a9405fa8f7f8a55bb119a5943015c749 (patch) | |
tree | c13fd08f1ccdb71f8a18b2897a25822772b11acd /configure | |
parent | 3e46fbfefd841015a1673e91cf81bf76236c1cf8 (diff) | |
download | luarocks-6fcee351a9405fa8f7f8a55bb119a5943015c749.tar.gz luarocks-6fcee351a9405fa8f7f8a55bb119a5943015c749.tar.bz2 luarocks-6fcee351a9405fa8f7f8a55bb119a5943015c749.zip |
better defaults for LuaRocks 2.0
git-svn-id: http://luarocks.org/svn/luarocks/trunk@89 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | PREFIX="/usr/local" | 8 | PREFIX="/usr/local" |
9 | SYSCONFDIR="$PREFIX/etc/luarocks" | 9 | SYSCONFDIR="$PREFIX/etc/luarocks" |
10 | ROCKS_TREE="$PREFIX/lib/luarocks" | 10 | ROCKS_TREE="$PREFIX" |
11 | SCRIPTS_DIR="" | 11 | SCRIPTS_DIR="" |
12 | LUA_MODULES_DIR="" | 12 | LUA_MODULES_DIR="" |
13 | BIN_MODULES_DIR="" | 13 | BIN_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 | ||
38 | Where to install files installed by rocks, to make the accessible to Lua and | 38 | Where to install files installed by rocks, to make the accessible to Lua and |
39 | your \$PATH. Beware of clashes between files installed by LuaRocks and by your | 39 | your \$PATH. Beware of clashes between files installed by LuaRocks and by your |