Magellan Linux

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

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

revision 946 by niro, Sat Nov 21 01:31:33 2009 UTC revision 947 by niro, Sat Nov 21 01:44:27 2009 UTC
# Line 1582  case ${NOPKGBUILD} in Line 1582  case ${NOPKGBUILD} in
1582   export PNAME="${subpackage}"   export PNAME="${subpackage}"
1583   split_info_${PNAME}   split_info_${PNAME}
1584    
1585     # jump to next one if NOPKGBUILD is set in split_info
1586     case ${NOPKGBUILD} in
1587     true|TRUE|yes|y) continue ;;
1588     esac
1589    
1590   # check if an special subpackage_pkgbuild exists   # check if an special subpackage_pkgbuild exists
1591   if typeset -f ${PNAME}_pkgbuild > /dev/null   if typeset -f ${PNAME}_pkgbuild > /dev/null
1592   then   then

Legend:
Removed from v.946  
changed lines
  Added in v.947