Magellan Linux

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

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

revision 1634 by niro, Fri Jan 13 13:24:44 2012 UTC revision 1635 by niro, Fri Jan 13 13:26:43 2012 UTC
# Line 1429  echo -e "${COLGREEN}Compiling ${PKGNAME} Line 1429  echo -e "${COLGREEN}Compiling ${PKGNAME}
1429  # auto regen mage tree if requested  # auto regen mage tree if requested
1430  regen_mage_tree  regen_mage_tree
1431    
1432  if mqueryfeature "srcpkg"  if mqueryfeature "srcpkgbuild"
1433  then  then
1434   if [[ -d ${SOURCEDIR}/${PNAME} ]]   if [[ -d ${SOURCEDIR}/${PNAME} ]]
1435   then   then
# Line 1782  else Line 1782  else
1782   fi   fi
1783    
1784   # build src-pkg-tarball if requested   # build src-pkg-tarball if requested
1785   if mqueryfeature "srcpkg"   if mqueryfeature "srcpkgbuild"
1786   then   then
1787   run_resume srcpkgbuild || source_pkg_build ${SMAGENAME}   run_resume srcpkgbuild || source_pkg_build ${SMAGENAME}
1788   resume_stamp srcpkgbuild   resume_stamp srcpkgbuild

Legend:
Removed from v.1634  
changed lines
  Added in v.1635