--- trunk/mage/usr/lib/mage/smage2.functions.sh 2014/10/31 14:50:27 2842 +++ trunk/mage/usr/lib/mage/smage2.functions.sh 2015/03/20 08:33:42 2869 @@ -1192,12 +1192,6 @@ source_pkg_build() { - if [[ ${PKGTYPE} = virtual ]] - then - echo "Virtual package detected; src-pkg-tarball not necessary ..." - return 0 - fi - if [[ ! -d ${SOURCEDIR}/${PNAME} ]] then install -d ${SOURCEDIR}/${PNAME}