INTEGRATION: CWS nativefixer21 (1.11.8); FILE MERGED
2005/11/30 14:06:24 is 1.11.8.5: #127813# additional patch file info 2005/11/16 17:50:08 is 1.11.8.4: #i54688# Windows customactions into scp 2005/11/10 17:24:39 is 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2005/10/19 13:20:07 is 1.11.8.2: #i54690# keeping unix rights in zip files 2005/09/16 10:02:19 is 1.11.8.1: #i54690# keeping unix rights in zip files
This commit is contained in:
parent
380659e91c
commit
2ed7d6106e
1 changed files with 3 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: archivefiles.pm,v $
|
||||
#
|
||||
# $Revision: 1.12 $
|
||||
# $Revision: 1.13 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-11-09 09:09:02 $
|
||||
# last change: $Author: obo $ $Date: 2005-12-21 12:47:37 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -296,6 +296,7 @@ sub resolving_archive_flag
|
|||
installer::pathanalyzer::get_path_from_fullqualifiedname(\$destination);
|
||||
$newfile{'destination'} = $destination . $zipname;
|
||||
$newfile{'sourcepath'} = $unzipdir . $zipname;
|
||||
$newfile{'zipfilename'} = $onefile->{'Name'};
|
||||
|
||||
if (( $use_internal_rights ) && ( ! $installer::globals::iswin ))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue