[DRE-commits] r4384 - trunk/redmine/debian

Jérémy Lal kapouer-guest at alioth.debian.org
Tue Nov 24 00:05:51 UTC 2009


Author: kapouer-guest
Date: 2009-11-24 00:05:37 +0000 (Tue, 24 Nov 2009)
New Revision: 4384

Modified:
   trunk/redmine/debian/config
Log:
Correct a problem with dbc_basepath when empty.

Modified: trunk/redmine/debian/config
===================================================================
--- trunk/redmine/debian/config	2009-11-23 19:53:27 UTC (rev 4383)
+++ trunk/redmine/debian/config	2009-11-24 00:05:37 UTC (rev 4384)
@@ -128,6 +128,8 @@
 				db_get redmine/instances/$fInstance/db/basepath || fCode=$?
 				if [ $fCode -eq 0 -a -n "$RET" ]; then
 					dbc_basepath="$RET"
+				else
+					dbc_basepath=""
 				fi
 				. /usr/share/dbconfig-common/dpkg/config
 				dbc_go redmine/instances/$fInstance $@




More information about the Pkg-ruby-extras-commits mailing list