]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
typo detecing ccache
authorElan Ruusamäe <glen@delfi.ee>
Tue, 8 Jan 2013 00:09:20 +0000 (02:09 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 8 Jan 2013 00:09:20 +0000 (02:09 +0200)
chromium-browser.spec

index dd3501af7c8c8e54c9776496b44e4305b28a7c2b..5bd4689359c5beaf2f862954de2313dfe6dd1c06 100644 (file)
@@ -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++
This page took 0.037199 seconds and 4 git commands to generate.