summaryrefslogtreecommitdiff
path: root/solenv/bin/modules
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-12-05 16:36:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-12-05 16:36:52 +0000
commit31fb9db7b9ef53d04506f1709cb7cc85dddecae0 (patch)
tree14ec89aef4fd21a605b58b74cdb9af4370d77943 /solenv/bin/modules
parent51135e92e29a8000a1b252d4514b924b2b5d6bc1 (diff)
INTEGRATION: CWS native120 (1.10.878); FILE MERGED
2007/11/23 11:47:04 is 1.10.878.1: #i83894# write logfile for files
Diffstat (limited to 'solenv/bin/modules')
-rw-r--r--solenv/bin/modules/installer/scpzipfiles.pm7
1 files changed, 5 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/scpzipfiles.pm b/solenv/bin/modules/installer/scpzipfiles.pm
index 27911358740c..7c84990a6255 100644
--- a/solenv/bin/modules/installer/scpzipfiles.pm
+++ b/solenv/bin/modules/installer/scpzipfiles.pm
@@ -4,9 +4,9 @@
#
# $RCSfile: scpzipfiles.pm,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 09:10:27 $
+# last change: $Author: vg $ $Date: 2007-12-05 17:36:52 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -181,6 +181,9 @@ sub resolving_scpzip_replace_flag
installer::files::save_file($destinationpath ,$onefileref);
}
+ # Saving the original source, where the file was found
+ $onefile->{'originalsourcepath'} = $onefile->{'sourcepath'};
+
# Writing the new sourcepath into the hashref, even if it was no copied
$onefile->{'sourcepath'} = $destinationpath;