diff options
Diffstat (limited to 'editors/openoffice.org-3-devel/files/patch-i91393')
| -rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i91393 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-i91393 b/editors/openoffice.org-3-devel/files/patch-i91393 new file mode 100644 index 000000000000..a934ba8cb508 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-i91393 @@ -0,0 +1,16 @@ +Index: solenv/bin/modules/installer/parameter.pm +=================================================================== +RCS file: /cvs/tools/solenv/bin/modules/installer/parameter.pm,v +retrieving revision 1.53 +diff -u -r1.53 parameter.pm +--- solenv/bin/modules/installer/parameter.pm 1 Jul 2008 15:41:50 -0000 1.53 ++++ solenv/bin/modules/installer/parameter.pm 6 Jul 2008 22:58:42 -0000 +@@ -305,7 +305,7 @@ + + if ( $installer::globals::compiler =~ /unxso[lg]i/ ) { $installer::globals::issolarisx86build = 1; } + +- if ($ENV{OS} == 'LINUX') ++ if ($ENV{OS} eq 'LINUX') + { + $installer::globals::islinuxbuild = 1; + if ( $installer::globals::packageformat eq "rpm" ) |
