Magellan Linux

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

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

revision 61 by niro, Tue Feb 15 23:10:09 2005 UTC revision 63 by niro, Wed Feb 16 01:00:39 2005 UTC
# Line 4  Line 4 
4  # needs pkgbuild_dir (mage)  # needs pkgbuild_dir (mage)
5    
6  # SMAGE2  # SMAGE2
7  # version: 0.3.6-r13  # version: 0.3.6-r14
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-r13  SMAGEVERSION=0.3.6-r14
15  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
16  SMAGENAME="$1"  SMAGENAME="$1"
17  SMAGESUFFIX="smage2"  SMAGESUFFIX="smage2"
# Line 179  download_sources() { Line 179  download_sources() {
179   # recheck md5 sums   # recheck md5 sums
180   echo   echo
181   echo ">== Checking MD5 sums:"   echo ">== Checking MD5 sums:"
182   ( cd ${SOURCEDIR}/${PNAME}; md5sum --check ${DB_MD5_SUM_FILE} || die "md5 failed")   ( cd ${SOURCEDIR}/${PNAME}; md5sum --check ${DB_MD5_SUM_FILE} ) || die "md5 failed"
183   echo   echo
184    
185   # not needed anymore   # not needed anymore

Legend:
Removed from v.61  
changed lines
  Added in v.63