Magellan Linux

Contents of /trunk/mage/patches/mage-0.4.19-mcore.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 975 - (show annotations) (download)
Thu Jan 7 16:51:41 2010 UTC (14 years, 3 months ago) by niro
File size: 858 byte(s)
-mcore patches

1 diff -Naur mage-0.4.15/usr/lib/mage/mage4.functions.sh mage-0.4.15-alx/usr/lib/mage/mage4.functions.sh
2 --- mage-0.4.15/usr/lib/mage/mage4.functions.sh 2009-06-30 22:58:16.000000000 +0200
3 +++ mage-0.4.15-alx/usr/lib/mage/mage4.functions.sh 2009-08-02 20:34:35.000000000 +0200
4 @@ -55,7 +55,7 @@
5 fi
6
7 echo -e " ${COLBLUE}***${COLDEFAULT} unpacking (${count_current}/${count_total}): ${pkg} ... "
8 - tar xjmf ${PKGDIR}/${pkg} -C ${BUILDDIR} || die "Unpacking package ${pkg}"
9 + tar xjf ${PKGDIR}/${pkg} -C ${BUILDDIR} || die "Unpacking package ${pkg}"
10 done
11
12 # add a crlf for a better view
13 @@ -1154,9 +1154,7 @@
14 [[ ${VERBOSE} = off ]] && opt="--quiet"
15 wget \
16 --passive-ftp \
17 - --tries 3 \
18 --continue \
19 - --progress bar \
20 --directory-prefix=${PKGDIR} \
21 ${opt} ${mirr}/${PACKAGES_SERVER_PATH}/${pkg}
22 if [[ $? = 0 ]]