Magellan Linux

Contents of /trunk/mage-alx/patches/mage-0.3.7-r6-alx.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 902 byte(s)
-import

1 --- /var/tmp/magebuild/builded/usr/lib/mage/mage3.functions.sh 2006-11-20 12:54:46.000000000 +0100
2 +++ /usr/lib/mage/mage3.functions.sh 2006-07-14 10:25:29.000000000 +0200
3 @@ -1425,8 +1425,8 @@
4 local newest_mage
5 local installed_mage
6
7 - newest_mage="$( CATEGORIE=app-mage MAGENAME=mage get_highest_magefile;echo $(basename ${MAGEFILE} .mage) )"
8 - installed_mage="$(magequery -n mage | cut -d' ' -f5)"
9 + newest_mage="$( CATEGORIE=app-mage MAGENAME=mage-alx get_highest_magefile;echo $(basename ${MAGEFILE} .mage) )"
10 + installed_mage="$(magequery -n mage-alx | cut -d' ' -f5)"
11
12 if [[ ${newest_mage} > ${installed_mage} ]]
13 then
14 @@ -1437,8 +1437,8 @@
15 echo "or your current system installation may brake."
16 echo
17 echo -en "Please update mage by running "
18 - echo -e ${COLGREEN}"'mage install mage'"${COLDEFAULT}
19 + echo -e ${COLGREEN}"'mage install mage-alx'"${COLDEFAULT}
20 echo
21 fi
22 }
23