summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-11 06:35:51 +0000
committerhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-11 06:35:51 +0000
commit9afbe4df772b3fabc84a9cec799214317e88c0e9 (patch)
tree80cba397926ab462628644013364ae7a8cca3247 /configure
parent6fcee351a9405fa8f7f8a55bb119a5943015c749 (diff)
downloadluarocks-9afbe4df772b3fabc84a9cec799214317e88c0e9.tar.gz
luarocks-9afbe4df772b3fabc84a9cec799214317e88c0e9.tar.bz2
luarocks-9afbe4df772b3fabc84a9cec799214317e88c0e9.zip
better defaults for 2.0
git-svn-id: http://luarocks.org/svn/luarocks/trunk@90 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 954fa93d..b7bd5197 100755
--- a/configure
+++ b/configure
@@ -237,7 +237,7 @@ fi
237 237
238if [ "$PREFIX_SET" = "yes" -a ! "$ROCKS_TREE_SET" = "yes" ] 238if [ "$PREFIX_SET" = "yes" -a ! "$ROCKS_TREE_SET" = "yes" ]
239then 239then
240 ROCKS_TREE=$PREFIX/lib/luarocks 240 ROCKS_TREE=$PREFIX
241fi 241fi
242 242
243if [ "$LUA_SUFFIX_SET" != "yes" ] 243if [ "$LUA_SUFFIX_SET" != "yes" ]