summaryrefslogtreecommitdiffstats
path: root/distcc/distcc.sh
blob: 50d13b2e468cf8f0e3c15883c7770b4662b42c72 (plain)
1
2
3
4
5
#!/bin/bash
if [ -d /usr/lib/distcc/bin ] && [ ! -d /usr/lib/colorgcc/bin ] && [ ! -d /usr/lib/ccache/bin ]; then
        pathprepend /usr/lib/distcc/bin
fi
export CCACHE_PREFIX="distcc"