From 3b92c5db821d1f52ec916cf48b4f6f38a30296a7 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Tue, 24 Aug 2010 13:14:21 -0400 Subject: make the default install prefix /opt/dbcore --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index b58b822c..5c8b3184 100755 --- a/configure +++ b/configure @@ -4,7 +4,7 @@ function quit { exit } -PREFIX="/opt" +PREFIX="/opt/dbcore" DATA="/srv/db" VIEW="/srv/view_index" DBCORE_USER=`whoami` -- cgit v1.2.3