Magellan Linux

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

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

revision 205 by niro, Sun Aug 21 23:52:50 2005 UTC revision 206 by niro, Mon Aug 22 00:21:03 2005 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    
3  # installs from source with given mage-file  # installs from source with given mage-file
4  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/sourceinstall.sh,v 1.8 2005-08-21 23:52:50 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/sourceinstall.sh,v 1.9 2005-08-22 00:21:03 niro Exp $
5    
6  [ -z "$1" ] && echo "no mage-file given ..." && exit 1  [ -z "$1" ] && echo "no mage-file given ..." && exit 1
7    
# Line 72  case ${NOINSTALL} in Line 72  case ${NOINSTALL} in
72   ;;   ;;
73   *)   *)
74   # installs package   # installs package
75   mage install ${MAGENAME} || exit 1   mage install ${MAGENAME}${MAGE_TARGETS} || exit 1
76   ;;   ;;
77  esac  esac
78    

Legend:
Removed from v.205  
changed lines
  Added in v.206