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
8076325
@@ -1077,7 +1077,7 @@
8076325
 			}
8076325
 			else
8076325
 			{
8076325
-				$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				
8076325
 			}
8076325
 
8076325
 			push( @installer::globals::logfileinfo, $infoline);
8076325
@@ -1155,7 +1155,7 @@
8076325
 			}
8076325
 			else
8076325
 			{
8076325
-				$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				
8076325
 			}
8076325
 
8076325
 			push( @installer::globals::logfileinfo, $infoline);
8076325
@@ -1371,11 +1371,10 @@
8076325
 
8076325
 				if ( ! $installer::globals::languagepack )
8076325
 				{
8076325
-					$infoline = "ERROR: Removing file $filename from file list.\n";
8076325
+					$infoline = "WARNING: Removing file $filename from file list.\n";
8076325
 					push( @installer::globals::logfileinfo, $infoline);
8076325
 
8076325
-					push(@missingfiles, "ERROR: File not found: $filename\n");	
8076325
-					$error_occured = 1;
8076325
+					push(@missingfiles, "WARNING: File not found: $filename\n");	
8076325
 
8076325
 					next;	# removing this file from list, if sourcepath is empty
8076325
 				}
8076325
@@ -1383,11 +1382,10 @@
8076325
 				{
8076325
 					if (( $onefile->{'ismultilingual'} ) || ( $styles =~ /\bFORCELANGUAGEPACK\b/ ))
8076325
 					{
8076325
-						$infoline = "ERROR: Removing file $filename from file list.\n";
8076325
+						$infoline = "WARNING: Removing file $filename from file list.\n";
8076325
 						push( @installer::globals::logfileinfo, $infoline);
8076325
 
8076325
-						push(@missingfiles, "ERROR: File not found: $filename\n");	
8076325
-						$error_occured = 1;
8076325
+						push(@missingfiles, "WARNING: File not found: $filename\n");	
8076325
 
8076325
 						next;	# removing this file from list, if sourcepath is empty		
8076325
 					}
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
 	{