From dbee668637752afc655a26a0acf5f3a6671c6652 Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Fri, 31 Dec 2010 12:55:31 +0100 Subject: [PATCH] relocated default doctrine dir (now that it's final) from /usr/local/volkszaehler.org/doctrine to /usr/local/lib/doctrine --- misc/tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/install.sh b/misc/tools/install.sh index c8ac9ce..1ae7ca1 100755 --- a/misc/tools/install.sh +++ b/misc/tools/install.sh @@ -64,7 +64,7 @@ get_db_name() { echo echo doctrine setup... -ask "doctrine path?" /usr/local/lib/volkszaehler.org/doctrine +ask "doctrine path?" /usr/local/lib/doctrine dtdir=$REPLY REPLY=y