summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/scpzipfiles.pm
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-03-18 12:01:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-03-18 12:01:03 +0000
commit11d8dc5510af8ba3451f1700f1f7c850f75a0bdf (patch)
treede376f3d7c8b7dda33fe6cd3745d655e842bfd72 /solenv/bin/modules/installer/scpzipfiles.pm
parentd61c93416a4b54caeb410e3cc2ab94d7338924c0 (diff)
INTEGRATION: CWS sb83 (1.12.4); FILE MERGED
2008/01/29 15:12:27 sb 1.12.4.1: #i85112# merged in cws_src680_native121
Diffstat (limited to 'solenv/bin/modules/installer/scpzipfiles.pm')
-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 5818b7c1dff8..4f49cb07cb68 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.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: obo $ $Date: 2008-01-04 16:58:39 $
+# last change: $Author: vg $ $Date: 2008-03-18 13:01:03 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -187,6 +187,9 @@ sub resolving_scpzip_replace_flag
# Saving the original source, where the file was found
$onefile->{'originalsourcepath'} = $onefile->{'sourcepath'};
+ # 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;