--- branches/mage-next/src/smage2.functions.sh.in 2014/03/04 15:26:05 2613 +++ branches/mage-next/src/smage2.functions.sh.in 2014/08/12 21:56:54 2743 @@ -180,6 +180,13 @@ } # dummy function, used if that does not exist in smage file +src_setup() +{ + echo "no src_setup defined; doing nothing ..." + return 0 +} + +# dummy function, used if that does not exist in smage file src_prepare() { echo "no src_prepare defined; doing nothing ..."