ooo-build r13827 - in branches/ooo-build-3-0: . patches/dev300
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13827 - in branches/ooo-build-3-0: . patches/dev300
- Date: Mon, 8 Sep 2008 06:21:39 +0000 (UTC)
Author: tml
Date: Mon Sep 8 06:21:39 2008
New Revision: 13827
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13827&view=rev
Log:
2008-09-08 Tor Lillqvist <tml novell com>
* patches/src680/novell-win32-msi-patchability.diff
(solenv/bin/modules/installer/windows/file.pm): Fix typos.
Modified:
branches/ooo-build-3-0/ChangeLog
branches/ooo-build-3-0/patches/dev300/novell-win32-msi-patchability.diff
Modified: branches/ooo-build-3-0/patches/dev300/novell-win32-msi-patchability.diff
==============================================================================
--- branches/ooo-build-3-0/patches/dev300/novell-win32-msi-patchability.diff (original)
+++ branches/ooo-build-3-0/patches/dev300/novell-win32-msi-patchability.diff Mon Sep 8 06:21:39 2008
@@ -254,15 +254,15 @@
+ # or just two numbers followed by whatever. As a
+ # fallback, use just the buildid.
+
-+ if (($allvariables->{'PACKAGEVERSION'} =~ /^(\d+)\.(\d+)\.(\d+)/)
++ if ($allvariables->{'PACKAGEVERSION'} =~ /^(\d+)\.(\d+)\.(\d+)/)
+ {
+ @packageversion = ($allvariables->{'PACKAGEVERSION'} =~ /^(\d+)\.(\d+)\.(\d+)$/);
-+ }
-+ else if (($allvariables->{'PACKAGEVERSION'} =~ /^(\d+)\.(\d+)/)
++ }
++ elsif ($allvariables->{'PACKAGEVERSION'} =~ /^(\d+)\.(\d+)/)
+ {
+ @packageversion = ($allvariables->{'PACKAGEVERSION'} =~ /^(\d+)\.(\d+)$/);
+ push (@packageversion, 0);
-+ }
++ }
+ else
+ {
+ @packageversion = ($installer::globals::buildid);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]