summaryrefslogtreecommitdiffstats
path: root/distcc/distcc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distcc/distcc.sh')
-rw-r--r--distcc/distcc.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/distcc/distcc.sh b/distcc/distcc.sh
new file mode 100644
index 000000000..50d13b2e4
--- /dev/null
+++ b/distcc/distcc.sh
@@ -0,0 +1,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"