Magellan Linux

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

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

revision 2743 by niro, Tue Aug 12 21:56:54 2014 UTC revision 2745 by niro, Wed Aug 13 07:10:41 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()  pkg_setup()
184  {  {
185   echo "no src_setup defined; doing nothing ..."   echo "no pkg_setup defined; doing nothing ..."
186   return 0   return 0
187  }  }
188    

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