summaryrefslogtreecommitdiffstats
path: root/ccache/ccache.sh
blob: 73b439ba486261be307e9e21d247aecc41f93ef0 (plain)
1
2
3
4
5
6
#!/bin/bash
if [ -d /usr/lib/ccache/bin ] && [ ! -d /usr/lib/colorgcc/bin ]; then
        pathprepend /usr/lib/ccache/bin
fi
export CCACHE_DIR=/var/lib/ccache
export CCACHE_UMASK=002