]> arthur.barton.de Git - ConfigScripts.git/blobdiff - sys/profile
Set ccache paths using the "regular" mechanism
[ConfigScripts.git] / sys / profile
index 7813210f38c3f8fa0164d7dcc6871a2d28cad00b..7471952b9e53080de3c7cc178d3b58ca590abc60 100644 (file)
@@ -29,7 +29,7 @@ else
 fi
 # prepend optional directories to PATH ...
 path=""
-for d in /Developer/usr/bin /usr/pkg/bin /opt/*/bin; do
+for d in /Developer/usr/bin /usr/pkg/bin /usr/lib/ccache /opt/*/bin; do
        [ -d "$d" -o -h "$d" ] && path="$path$d:"
 done
 [ -n "$path" ] && PATH="$path$PATH"