--- trunk/mage/usr/lib/mage/smage2.functions.sh 2013/08/14 13:51:31 2163 +++ trunk/mage/usr/lib/mage/smage2.functions.sh 2013/08/15 08:56:57 2172 @@ -677,7 +677,7 @@ { if [ -x /usr/bin/ccache ] then - mqueryfeature "icecream" && export CCACHE_PREFIX=icecc + mqueryfeature "icecc" && export CCACHE_PREFIX=icecc echo -e "${COLBLUE}---${COLGREEN} Using CCache for compilation ...${COLDEFAULT}" export PATH=/usr/$(mlibdir)/ccache/bin:${PATH} || die "ccache: could not export new $PATH"