diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-07-09 10:33:59 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-07-09 10:33:59 +0000 |
commit | 6b188f8615ffcf593ca587717dfce07e3e8a74a1 (patch) | |
tree | 8837191a498628980ec2b77469d85efda8091dee | |
parent | ef4bb77fdd831d3f37639826f0304f06c73ac679 (diff) | |
download | mgaonline-6b188f8615ffcf593ca587717dfce07e3e8a74a1.tar mgaonline-6b188f8615ffcf593ca587717dfce07e3e8a74a1.tar.gz mgaonline-6b188f8615ffcf593ca587717dfce07e3e8a74a1.tar.bz2 mgaonline-6b188f8615ffcf593ca587717dfce07e3e8a74a1.tar.xz mgaonline-6b188f8615ffcf593ca587717dfce07e3e8a74a1.zip |
- add -r to wget to prevent multiples copies of same file.
-rwxr-xr-x | mdkupdate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ sub update_packages { print "@str\n"; foreach (@str) { -x "/usr/bin/wget" or die _("wget is missing\n"); - `/usr/bin/wget $mir$_`; + `/usr/bin/wget -r $mir$_`; } `urpmi $full_rpm`; foreach $pack (@str) { |