Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 05cb9c604c87867fbac53d4a7099ed39 > files > 2

ccache-3.1.7-1.x86_64.rpm


if [ -f /etc/sysconfig/ccache ]; then
    . /etc/sysconfig/ccache
fi
if [ "$USE_CCACHE_DEFAULT" = "yes" ]; then
    if [ -z `echo "$PATH" | grep "/usr/lib64/ccache/bin"` ]; then
        export PATH="/usr/lib64/ccache/bin:$PATH"
    fi
fi