ooo-build r13620 - in trunk: . patches/dev300
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13620 - in trunk: . patches/dev300
- Date: Tue, 19 Aug 2008 10:02:40 +0000 (UTC)
Author: tml
Date: Tue Aug 19 10:02:40 2008
New Revision: 13620
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13620&view=rev
Log:
2008-08-19 Tor Lillqvist <tml novell com>
* patches/src680/novell-win32-msi-patchability.diff: Fix use of
parameter that has been renamed.
Modified:
trunk/ChangeLog
trunk/patches/dev300/novell-win32-msi-patchability.diff
Modified: trunk/patches/dev300/novell-win32-msi-patchability.diff
==============================================================================
--- trunk/patches/dev300/novell-win32-msi-patchability.diff (original)
+++ trunk/patches/dev300/novell-win32-msi-patchability.diff Tue Aug 19 10:02:40 2008
@@ -9051,9 +9051,9 @@
- if ( $onefile->{'FileVersion'} ) { $fileversion = $onefile->{'FileVersion'}; } # overriding FileVersion in scp
+ # We want the versions in the File table to be the same
+ # as those actually inside the VRB for EXEs and DLLs.
-+ if ( $fileref->{'sourcepath'} =~ /\.(exe|dll)$/i )
++ if ( $onefile->{'sourcepath'} =~ /\.(exe|dll)$/i )
+ {
-+ $fileversion = `fileversion $fileref->{'sourcepath'}`;
++ $fileversion = `fileversion $onefile->{'sourcepath'}`;
+ chomp ($fileversion);
+ $fileversion =~ s/\r$//;
+ }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]