Magellan Linux

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

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

revision 79 by niro, Wed Jun 1 15:49:20 2005 UTC revision 167 by niro, Fri Jul 29 14:28:43 2005 UTC
# Line 4  Line 4 
4  # needs pkgbuild_dir (mage)  # needs pkgbuild_dir (mage)
5    
6  # SMAGE2  # SMAGE2
7  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.10 2005-06-01 15:49:20 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.15 2005-07-29 14:28:39 niro Exp $
8    
9  #01.10.2004  #01.10.2004
10  # added ccache support  # added ccache support
11  # added distcc support  # added distcc support
12    
13  ## setup ##  ## setup ##
14  SMAGEVERSION=0.3.6-r15  SMAGEVERSION=0.3.6-r19
15  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
16  SMAGENAME="$1"  SMAGENAME="$1"
17  SMAGESUFFIX="smage2"  SMAGESUFFIX="smage2"
# Line 179  download_sources() { Line 179  download_sources() {
179   --progress bar \   --progress bar \
180   --directory-prefix="${my_SOURCEDIR}" \   --directory-prefix="${my_SOURCEDIR}" \
181   "${my_SRC_URI}"   "${my_SRC_URI}"
182   if [ "$?" == "0" ]  # only needed to run through a list of mirrors
183   then  # if [ "$?" == "0" ]
184   break  # then
185   else  # break
186   continue  # else
187   fi  # continue
188    # fi
189   fi   fi
190   fi   fi
191    
# Line 677  esac Line 678  esac
678    
679  #for sure  #for sure
680  unset NOPKGBUILD  unset NOPKGBUILD
681    unset NOSTRIP
682    
683  xtitleclean  xtitleclean
684  #echo -e "\nPackage ${PKGNAME} successfully builded.\n"  #echo -e "\nPackage ${PKGNAME} successfully builded.\n"

Legend:
Removed from v.79  
changed lines
  Added in v.167