--- trunk/mage/usr/lib/mage/smage2.sh 2009/11/21 01:31:33 945 +++ trunk/mage/usr/lib/mage/smage2.sh 2009/11/21 01:44:27 947 @@ -1582,6 +1582,11 @@ export PNAME="${subpackage}" split_info_${PNAME} + # jump to next one if NOPKGBUILD is set in split_info + case ${NOPKGBUILD} in + true|TRUE|yes|y) continue ;; + esac + # check if an special subpackage_pkgbuild exists if typeset -f ${PNAME}_pkgbuild > /dev/null then