Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1034 - (hide annotations) (download)
Wed Apr 28 14:03:21 2010 UTC (14 years ago) by niro
File size: 864 byte(s)
fixed patch

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 niro 1034 +++ mage-0.4.20-mcore/usr/lib/mage/mage4.functions.sh 2010-04-28 16:07:05.000000000 +0200
4 niro 1033 @@ -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 ]]
14 niro 1034 @@ -1271,7 +1269,7 @@
15     echo -ne "${COLBLUE} --- ${COLDEFAULT}"
16     echo "updating mage-tree from tarball ..."
17     # unpack in dirname of MAGEDIR, as the tarball has already the mage
18     - tar xjmf ${temp}/${latest_tarball} -C ${MAGEDIR%/*} || die "Unpacking tarball"
19     + tar xjf ${temp}/${latest_tarball} -C ${MAGEDIR%/*} || die "Unpacking tarball"
20    
21     if [[ -d ${temp} ]]
22     then