--- branches/mage-next/src/smage2.functions.sh.in 2014/08/12 21:56:54 2743 +++ branches/mage-next/src/smage2.functions.sh.in 2014/08/13 07:10:41 2745 @@ -180,9 +180,9 @@ } # dummy function, used if that does not exist in smage file -src_setup() +pkg_setup() { - echo "no src_setup defined; doing nothing ..." + echo "no pkg_setup defined; doing nothing ..." return 0 }