INTEGRATION: CWS sysui12 (1.23.30); FILE MERGED

2006/01/09 10:11:09 obr 1.23.30.3: RESYNC: (1.26-1.28); FILE MERGED
2005/12/19 14:18:04 obr 1.23.30.2: RESYNC: (1.23-1.26); FILE MERGED
2005/11/11 13:10:12 obr 1.23.30.1: gzcat seems not to be generally available
This commit is contained in:
Rüdiger Timm 2006-01-13 14:01:43 +00:00
parent 758b7d91b7
commit 19f265c68f

View file

@ -4,9 +4,9 @@
# #
# $RCSfile: worker.pm,v $ # $RCSfile: worker.pm,v $
# #
# $Revision: 1.28 $ # $Revision: 1.29 $
# #
# last change: $Author: kz $ $Date: 2006-01-06 11:17:58 $ # last change: $Author: rt $ $Date: 2006-01-13 15:01:43 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
@ -1706,7 +1706,7 @@ sub copy_additional_packages
if ( $onepackage =~ /\.tar\.gz\s*$/ ) if ( $onepackage =~ /\.tar\.gz\s*$/ )
{ {
my $systemcall = "cd $destdir; gzcat $$packagesourceref | tar -xf -"; my $systemcall = "cd $destdir; cat $$packagesourceref | gunzip | tar -xf -";
make_systemcall($systemcall); make_systemcall($systemcall);
} }
else else