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