From 6fcee351a9405fa8f7f8a55bb119a5943015c749 Mon Sep 17 00:00:00 2001 From: hisham Date: Sun, 11 Oct 2009 06:24:21 +0000 Subject: better defaults for LuaRocks 2.0 git-svn-id: http://luarocks.org/svn/luarocks/trunk@89 9ca3f7c1-7366-0410-b1a3-b5c78f85698c --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 5f4902de..954fa93d 100755 --- a/configure +++ b/configure @@ -7,7 +7,7 @@ PREFIX="/usr/local" SYSCONFDIR="$PREFIX/etc/luarocks" -ROCKS_TREE="$PREFIX/lib/luarocks" +ROCKS_TREE="$PREFIX" SCRIPTS_DIR="" LUA_MODULES_DIR="" BIN_MODULES_DIR="" @@ -33,7 +33,7 @@ Configure LuaRocks. --sysconfdir=DIR Location where the config file should be installed. Default is \$PREFIX/etc/luarocks --rocks-tree=FILE Root of the local tree of installed rocks. - Default is \$PREFIX/lib/luarocks + Default is \$PREFIX Where to install files installed by rocks, to make the accessible to Lua and your \$PATH. Beware of clashes between files installed by LuaRocks and by your -- cgit v1.2.3-55-g6feb