Magellan Linux

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

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

revision 88 by niro, Wed Jun 1 16:10:19 2005 UTC revision 89 by niro, Tue Jun 28 20:34:48 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.11 2005-06-01 16:10:19 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.12 2005-06-28 20:34:48 niro Exp $
8    
9  #01.10.2004  #01.10.2004
10  # added ccache support  # added ccache support
# 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    

Legend:
Removed from v.88  
changed lines
  Added in v.89