Blame SOURCES/openoffice.org-3.1.0.oooXXXXX.solenv.allowmissing.patch

2135ec
Index: bin/modules/installer/scriptitems.pm
2135ec
===================================================================
2135ec
RCS file: /cvs/tools/solenv/bin/modules/installer/scriptitems.pm,v
2135ec
retrieving revision 1.17
2135ec
diff -u -p -r1.17 scriptitems.pm
2135ec
--- openoffice.org.orig/solenv/bin/modules/installer/scriptitems.pm	24 Feb 2005 16:21:15 -0000	1.17
2135ec
+++ openoffice.org/solenv/bin/modules/installer/scriptitems.pm	18 Mar 2005 22:39:42 -0000
2135ec
@@ -1356,11 +1356,10 @@
2135ec
2135ec
             if ( ! $installer::globals::languagepack && !$installer::globals::helppack)
2135ec
             {
2135ec
-                $infoline = "ERROR: Removing file $filename from file list.\n";
2135ec
+                $infoline = "WARNING: Removing file $filename from file list.\n";
2135ec
                 push( @installer::globals::logfileinfo, $infoline);
2135ec
 
2135ec
-                push(@missingfiles, "ERROR: File not found: $filename\n");
2135ec
-                $error_occurred = 1;
2135ec
+                push(@missingfiles, "WARNING: File not found: $filename\n");
2135ec
 
2135ec
                 next;   # removing this file from list, if sourcepath is empty
2135ec
             }
2135ec
@@ -1368,11 +1367,10 @@
2135ec
             {
2135ec
                 if (( $onefile->{'ismultilingual'} ) || ( $styles =~ /\bFORCELANGUAGEPACK\b/ ))
2135ec
                 {
2135ec
-                    $infoline = "ERROR: Removing file $filename from file list.\n";
2135ec
+                    $infoline = "WARNING: Removing file $filename from file list.\n";
2135ec
                     push( @installer::globals::logfileinfo, $infoline);
2135ec
 
2135ec
-                    push(@missingfiles, "ERROR: File not found: $filename\n");
2135ec
-                    $error_occurred = 1;
2135ec
+                    push(@missingfiles, "WARNING: File not found: $filename\n");
2135ec
 
2135ec
                     next;   # removing this file from list, if sourcepath is empty
2135ec
                 }
2135ec
@@ -1390,11 +1388,10 @@
2135ec
             {
2135ec
                 if (( $onefile->{'ismultilingual'} ) || ( $styles =~ /\bFORCEHELPPACK\b/ ))
2135ec
                 {
2135ec
-                    $infoline = "ERROR: Removing file $filename from file list.\n";
2135ec
+                    $infoline = "WARNING: Removing file $filename from file list.\n";
2135ec
                     push( @installer::globals::logfileinfo, $infoline);
2135ec
 
2135ec
-                    push(@missingfiles, "ERROR: File not found: $filename\n");
2135ec
-                    $error_occurred = 1;
2135ec
+                    push(@missingfiles, "WARNING: File not found: $filename\n");
2135ec
 
2135ec
                     next;   # removing this file from list, if sourcepath is empty
2135ec
                 }
2135ec
--- openoffice.org.orig/solenv/bin/modules/installer/simplepackage.pm	2010-07-12 10:27:26.000000000 +0100
2135ec
+++ openoffice.org/solenv/bin/modules/installer/simplepackage.pm	2010-07-12 10:27:54.000000000 +0100
2135ec
@@ -53,7 +53,7 @@
2135ec
         ( $installer::globals::packageformat eq "archive" ))
2135ec
     {
2135ec
         $installer::globals::is_simple_packager_project = 1;
2135ec
-        $installer::globals::patch_user_dir = 1;
2135ec
+        $installer::globals::patch_user_dir = 1;
2135ec
     }
2135ec
     elsif( $installer::globals::packageformat eq "dmg" )
2135ec
     {