[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_3.4.5-2-21-g3b1e201



The following commit has been merged in the master branch:
commit 3b1e2014c0399649c8ceda4eb595ab1203814b54
Author: Rene Engelhard <rene@debian.org>
Date:   Sun Feb 5 16:20:08 2012 +0100

    fix syntax

diff --git a/libreoffice-sdbc-postgresql.preinst.in b/libreoffice-sdbc-postgresql.preinst.in
index ccf1e2b..5b49f66 100755
--- a/libreoffice-sdbc-postgresql.preinst.in
+++ b/libreoffice-sdbc-postgresql.preinst.in
@@ -6,7 +6,7 @@ set -e
 
 case "$1" in
 	upgrade)
-		case `echo $2 | cut -d+ -f2`)
+		case "`echo $2 | cut -d+ -f2`" in)
 		OOo*)
 			# this is a legacy package, so we need to find it first...
 			id=`/usr/lib/libreoffice/program/unopkg list --shared | grep Identifier:.*postgresql-sdbc | cut -d":" -f2`

-- 
LibreOffice packaging repository


Reply to: