]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed paths of distcc and ccache tools.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Oct 2008 11:17:13 +0000 (11:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Oct 2008 11:17:13 +0000 (11:17 +0000)
tools/make-compilers

index 8764699f248fdad20d2e8c4a2fd41fa0848b3833..762a8eea47cb6f3c74666ce90202e0aa85643da0 100644 (file)
@@ -21,7 +21,7 @@
 
 ccache_stats() {
        if [ -e $BASEDIR/ccache ]; then
-               PATH=$PATH:build_${MACHINE}/tools_${MACHINE}/usr/sbin \
+               PATH=$PATH:build_${MACHINE}/tools_${MACHINE}/usr/bin \
                CCACHE_DIR=${BASEDIR}/ccache \
                ccache -s
        else
@@ -37,7 +37,7 @@ distcc_mon() {
        if [ -e $BASEDIR/distcc ]; then
                while sleep $INTERVAL; do
                        clear
-                       PATH=$PATH:build_${MACHINE}/tools_${MACHINE}/usr/sbin \
+                       PATH=$PATH:build_${MACHINE}/tools_${MACHINE}/usr/bin \
                        DISTCC_DIR=${BASEDIR}/distcc \
                        distccmon-text
                done