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

./packages/openofficeorg/3.1/unstable r1556: mkdir -p, oops



------------------------------------------------------------
revno: 1556
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Wed 2009-05-20 02:12:26 +0200
message:
  mkdir -p, oops
modified:
  changelog
  openoffice.org-common.preinst.in
=== modified file 'changelog'
--- a/changelog	2009-05-19 08:04:30 +0000
+++ b/changelog	2009-05-20 00:12:26 +0000
@@ -1,3 +1,10 @@
+openoffice.org (1:3.1.0-3) UNRELEASED; urgency=low
+
+  * debian/openoffice.org-common.preinst.in: use mkdir -p, not mkdir
+    (closes: #529518)
+
+ -- Rene Engelhard <rene@debian.org>  Wed, 20 May 2009 01:43:56 +0200
+
 openoffice.org (1:3.1.0-2) unstable; urgency=low
 
   * ooo-build:

=== modified file 'openoffice.org-common.preinst.in'
--- a/openoffice.org-common.preinst.in	2009-05-17 11:31:27 +0000
+++ b/openoffice.org-common.preinst.in	2009-05-20 00:12:26 +0000
@@ -23,7 +23,7 @@
 	if [ ! -e /var/lib/openoffice/share/config/javasettingsunopkginstall.xml ]; then
 		if [ -e /var/lib/openoffice/javasettingsunopkginstall.xml ]; then
 			if [ ! -d /var/lib/openoffice/share/config ]; then
-				mkdir /var/lib/openoffice/share/config
+				mkdir -p /var/lib/openoffice/share/config
 			fi
 			mv /var/lib/openoffice/javasettingsunopkginstall.xml \
 				/var/lib/openoffice/share/config/javasettingsunopkginstall.xml


Reply to: