Magellan Linux

Diff of /branches/mage-next/src/smage2.functions.sh.in

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

revision 2742 by niro, Tue Mar 4 15:26:05 2014 UTC revision 2743 by niro, Tue Aug 12 21:56:54 2014 UTC
# Line 180  download_sources() Line 180  download_sources()
180  }  }
181    
182  # dummy function, used if that does not exist in smage file  # dummy function, used if that does not exist in smage file
183    src_setup()
184    {
185     echo "no src_setup defined; doing nothing ..."
186     return 0
187    }
188    
189    # dummy function, used if that does not exist in smage file
190  src_prepare()  src_prepare()
191  {  {
192   echo "no src_prepare defined; doing nothing ..."   echo "no src_prepare defined; doing nothing ..."

Legend:
Removed from v.2742  
changed lines
  Added in v.2743