Magellan Linux

Annotation of /trunk/mage/patches/mage-0.4.20-mage-busybox-quirks.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1033 - (hide annotations) (download)
Wed Apr 28 13:58:11 2010 UTC (14 years ago) by niro
File size: 486 byte(s)
fixed missing --tries and --progress with 0.4.20

1 niro 1033 diff -Naur mage-0.4.20/usr/lib/mage/mage4.functions.sh mage-0.4.20-mcore/usr/lib/mage/mage4.functions.sh
2     --- mage-0.4.20/usr/lib/mage/mage4.functions.sh 2010-04-28 16:01:17.000000000 +0200
3     +++ mage-0.4.20-mcore/usr/lib/mage/mage4.functions.sh 2010-04-28 16:00:47.000000000 +0200
4     @@ -1246,9 +1246,7 @@
5    
6     wget \
7     --passive-ftp \
8     - --tries 3 \
9     --continue \
10     - --progress bar \
11     --directory-prefix=${temp} \
12     ${mymirr}/rsync/tarballs/${latest_tarball}
13     if [[ $? = 0 ]]