--- branches/mage-next/src/smage2.functions.sh.in 2014/09/19 11:19:35 2832 +++ branches/mage-next/src/smage2.functions.sh.in 2014/10/31 14:50:47 2843 @@ -1155,8 +1155,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."