Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > cd8ce32c919af60229fca1d7f792c60e > files > 37

openoffice.org-3.2.0-12.35.fc13.src.rpm

Index: bin/modules/installer/scriptitems.pm
===================================================================
RCS file: /cvs/tools/solenv/bin/modules/installer/scriptitems.pm,v
retrieving revision 1.17
diff -u -p -r1.17 scriptitems.pm
--- openoffice.org.orig/solenv/bin/modules/installer/scriptitems.pm	24 Feb 2005 16:21:15 -0000	1.17
+++ openoffice.org/solenv/bin/modules/installer/scriptitems.pm	18 Mar 2005 22:39:42 -0000
@@ -1378,8 +1378,7 @@
 					$infoline = "ERROR: Removing file $filename from file list.\n";
 					push( @installer::globals::logfileinfo, $infoline);
 
-					push(@missingfiles, "ERROR: File not found: $filename\n");	
-					$error_occured = 1;
+					push(@missingfiles, "Warning: File not found: $filename\n");	
 
 					next;	# removing this file from list, if sourcepath is empty
 				}
@@ -1390,8 +1389,7 @@
 						$infoline = "ERROR: Removing file $filename from file list.\n";
 						push( @installer::globals::logfileinfo, $infoline);
 
-						push(@missingfiles, "ERROR: File not found: $filename\n");	
-						$error_occured = 1;
+						push(@missingfiles, "Warning: File not found: $filename\n");	
 
 						next;	# removing this file from list, if sourcepath is empty		
 					}