Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 diff -Naur mage-0.4.16/usr/lib/mage/mage4.functions.sh mage-0.4.16-alx/usr/lib/mage/mage4.functions.sh
2 --- mage-0.4.16/usr/lib/mage/mage4.functions.sh 2009-08-04 22:40:35.000000000 +0200
3 +++ mage-0.4.16-alx/usr/lib/mage/mage4.functions.sh 2009-08-04 22:52:53.000000000 +0200
4 @@ -2391,7 +2391,7 @@
5 then
6 echo -ne "${COLBLUE} *** ${COLDEFAULT}"
7 echo -ne "checking md5sum (${count_current}/${count_total}): "
8 - ( cd ${PKGDIR}; md5sum --check ${md5file}) || die "md5 for ${pkgfile} failed"
9 + ( cd ${PKGDIR}; md5sum -c ${md5file}) || die "md5 for ${pkgfile} failed"
10 else
11 echo -ne "${COLBLUE} --- ${COLDEFAULT}"
12 echo -e "!! no md5sum file found for ${pkgfile} :("