--- trunk/mage/usr/lib/mage/smage2.functions.sh 2014/10/24 08:24:16 2841 +++ trunk/mage/usr/lib/mage/smage2.functions.sh 2014/10/31 14:50:27 2842 @@ -1200,8 +1200,7 @@ if [[ ! -d ${SOURCEDIR}/${PNAME} ]] then - echo "No SRC_URI defined; src-pkg-tarball not necessary ..." - return 0 + install -d ${SOURCEDIR}/${PNAME} fi [ -z "${SRCPKGDIR}" ] && die "\$SRCPKGDIR not found. Please setup your ${MAGERC} correctly."