Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage4.sh

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

revision 1550 by niro, Tue Dec 27 10:45:33 2011 UTC revision 1584 by niro, Wed Dec 28 12:23:50 2011 UTC
# Line 94  echo Line 94  echo
94  # install method  # install method
95  METHOD="$1"  METHOD="$1"
96    
97  # initial unversionized packagename, gets overridden later  # initial unversionized packagename, gets overridden later on
98  MAGENAME="$2"  MAGENAME="$2"
99    
100  if [[ ${METHOD} != upgrade ]] && \  if [[ ${METHOD} != upgrade ]] && \
# Line 121  fi Line 121  fi
121  # before anything run mage_setup  # before anything run mage_setup
122  mage_setup || die "error in mage_setup()"  mage_setup || die "error in mage_setup()"
123    
124    # load supported mage features
125    load_mage_features
126    
127  case ${METHOD} in  case ${METHOD} in
128   download)   download)
129   # first of all get the right pkg which going to be installed   # first of all get the right pkg which going to be installed

Legend:
Removed from v.1550  
changed lines
  Added in v.1584