--- branches/mage-next/src/smage2.functions.sh.in 2014/10/31 14:50:47 2843 +++ branches/mage-next/src/smage2.functions.sh.in 2015/03/20 08:34:04 2870 @@ -1147,12 +1147,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}