diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-24 13:14:21 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-24 13:14:21 -0400 |
commit | 3b92c5db821d1f52ec916cf48b4f6f38a30296a7 (patch) | |
tree | 0326f15d0335b56a15a352457cddf9307c004956 | |
parent | d3baab166e551124b880f5e9799a02a2b9f9df15 (diff) |
make the default install prefix /opt/dbcore
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ function quit { exit } -PREFIX="/opt" +PREFIX="/opt/dbcore" DATA="/srv/db" VIEW="/srv/view_index" DBCORE_USER=`whoami` |