Magellan Linux

Annotation of /trunk/mage-alx/patches/mage-0.3.7-r5-alx.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1205 - (hide annotations) (download)
Fri Nov 26 10:46:17 2010 UTC (13 years, 6 months ago) by niro
File size: 850 byte(s)
re-diffed for 0.3.7-r5
1 niro 1205 --- mage3.functions.sh.old 2010-11-26 11:54:37.000000000 +0100
2     +++ mage3.functions.sh 2010-11-26 11:55:39.000000000 +0100
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,7 +1437,7 @@
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     }