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