Magellan Linux

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

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

revision 2869 by niro, Fri Oct 31 14:50:47 2014 UTC revision 2870 by niro, Fri Mar 20 08:34:04 2015 UTC
# Line 1147  generate_package_md5sum() Line 1147  generate_package_md5sum()
1147    
1148  source_pkg_build()  source_pkg_build()
1149  {  {
  if [[ ${PKGTYPE} = virtual ]]  
  then  
  echo "Virtual package detected; src-pkg-tarball not necessary ..."  
  return 0  
  fi  
   
1150   if [[ ! -d ${SOURCEDIR}/${PNAME} ]]   if [[ ! -d ${SOURCEDIR}/${PNAME} ]]
1151   then   then
1152   install -d ${SOURCEDIR}/${PNAME}   install -d ${SOURCEDIR}/${PNAME}

Legend:
Removed from v.2869  
changed lines
  Added in v.2870