summaryrefslogtreecommitdiffstats
path: root/ccache
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-07-14 13:53:07 +0000
committerpiernov <piernov@piernov.org>2012-07-14 13:53:07 +0000
commit57f7d6be5dca97a75acc89f09792d0ce6b3846ce (patch)
tree3adcd614d3d576ca633160b4e0b3f191818ffdc6 /ccache
parent2fb1e0946e532e17ba549d289199f3ee156a241c (diff)
downloadnutyx-extra-57f7d6be5dca97a75acc89f09792d0ce6b3846ce.tar.gz
nutyx-extra-57f7d6be5dca97a75acc89f09792d0ce6b3846ce.tar.bz2
nutyx-extra-57f7d6be5dca97a75acc89f09792d0ce6b3846ce.tar.xz
nutyx-extra-57f7d6be5dca97a75acc89f09792d0ce6b3846ce.zip
correction post-install ccache
Diffstat (limited to 'ccache')
-rw-r--r--ccache/post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccache/post-install b/ccache/post-install
index 5cd377549..87705a476 100644
--- a/ccache/post-install
+++ b/ccache/post-install
@@ -1,6 +1,6 @@
if [ -f /etc/colorgcc/colorgccrc ]; then
for i in g++ gcc c++ cc; do
- sed "s|${i}:.*|${i}: ccache /usr/bin/${i}|g" -i /etc/colorgcc/colorgccrc
+ sed "s|^${i}:.*|${i}: ccache /usr/bin/${i}|g" -i /etc/colorgcc/colorgccrc
done
fi