Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1033 by niro, Wed Apr 28 13:58:11 2010 UTC revision 1034 by niro, Wed Apr 28 14:03:21 2010 UTC
# Line 1  Line 1 
1  diff -Naur mage-0.4.20/usr/lib/mage/mage4.functions.sh mage-0.4.20-mcore/usr/lib/mage/mage4.functions.sh  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  --- 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  +++ mage-0.4.20-mcore/usr/lib/mage/mage4.functions.sh 2010-04-28 16:07:05.000000000 +0200
4  @@ -1246,9 +1246,7 @@  @@ -1246,9 +1246,7 @@
5    
6   wget \   wget \
# Line 11  diff -Naur mage-0.4.20/usr/lib/mage/mage Line 11  diff -Naur mage-0.4.20/usr/lib/mage/mage
11   --directory-prefix=${temp} \   --directory-prefix=${temp} \
12   ${mymirr}/rsync/tarballs/${latest_tarball}   ${mymirr}/rsync/tarballs/${latest_tarball}
13   if [[ $? = 0 ]]   if [[ $? = 0 ]]
14    @@ -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

Legend:
Removed from v.1033  
changed lines
  Added in v.1034