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
5050f39
@@ -1066,7 +1066,7 @@
ea0c66e
             }
ea0c66e
             else
ea0c66e
             {
ea0c66e
-                $infoline = "ERROR: Source for $$searchfilenameref not found!\n";	 # Important message in log file				
8076325
+				$infoline = "WARNING: Source for $$searchfilenameref not found!\n";	 # Important message in log file				
ea0c66e
             }
8076325
 
ea0c66e
             push( @installer::globals::logfileinfo, $infoline);
5050f39
@@ -1144,7 +1144,7 @@
ea0c66e
             }
ea0c66e
             else
ea0c66e
             {
ea0c66e
-                $infoline = "ERROR: Source for $$searchfilenameref not found!\n";	 # Important message in log file				
8076325
+				$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 @@
8076325
 
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
 
5050f39
-                push(@missingfiles, "ERROR: File not found: $filename\n");	
5050f39
-                $error_occurred = 1;
5050f39
+                push(@missingfiles, "WARNING: File not found: $filename\n");	
5050f39
 
5050f39
                 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
 
ea0c66e
-                    push(@missingfiles, "ERROR: File not found: $filename\n");	
5050f39
-                    $error_occurred = 1;
ea0c66e
+                    push(@missingfiles, "WARNING: File not found: $filename\n");	
8076325
 
5050f39
                     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
 
5050f39
-                    push(@missingfiles, "ERROR: File not found: $filename\n");	
5050f39
-                    $error_occured = 1;
5050f39
+                    push(@missingfiles, "WARNING: File not found: $filename\n");	
8076325
 
5050f39
                     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 @@
8076325
 		( $installer::globals::packageformat eq "archive" ))
8076325
 	{
8076325
 		$installer::globals::is_simple_packager_project = 1;
8076325
-		$installer::globals::patch_user_dir = 1;
8076325
+		$installer::globals::patch_user_dir = 0;
8076325
 	}
8076325
 	elsif( $installer::globals::packageformat eq "dmg" )
8076325
 	{