From 57f7d6be5dca97a75acc89f09792d0ce6b3846ce Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 14 Jul 2012 13:53:07 +0000 Subject: correction post-install ccache --- ccache/post-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ccache') 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 -- cgit v1.2.3-54-g00ecf