[packages/chromium-browser/DEVEL] typo detecing ccache

glen glen at pld-linux.org
Tue Jan 8 14:11:21 CET 2013


commit f64e73f617af68a9f3ed31016dd7df8bac8c7fe9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Jan 8 02:09:20 2013 +0200

    typo detecing ccache

 chromium-browser.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index dd3501a..5bd4689 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -308,7 +308,7 @@ install -d native_client/toolchain/linux_x86_newlib/x86_64-nacl/{bin,lib,lib32,n
 
 cd native_client/toolchain/linux_x86_newlib/x86_64-nacl/bin
 __cc='%{__cc}'
-if [ "${__cc}#ccache}" != "$__cc" ]; then
+if [ "${__cc#ccache}" != "$__cc" ]; then
 	echo 'exec ccache %{_bindir}/x86_64-nacl-gcc "$@"' > gcc
 	echo 'exec ccache %{_bindir}/x86_64-nacl-g++ "$@"' > g++
 	%{__sed} -i -e '1i#!/bin/sh' gcc g++
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/e31bf7c6c8359fa595c7739e21d26052e107b3bf



More information about the pld-cvs-commit mailing list