]> git.pld-linux.org Git - packages/google-chrome.git/commitdiff
- fix 64bit build
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 7 Jun 2012 18:53:45 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    google-chrome.spec -> 1.57

google-chrome.spec

index 0a05ff9e3f8be31c43861e8fcd31e30b8dccd330..b7c071da1b55c25e587d1c50b836678326091ea9 100644 (file)
@@ -142,12 +142,14 @@ rm chrome/xdg-mime
 %{__sed} -i 's;/opt/google/chrome;%{_bindir};' google-chrome.desktop
 
 %build
+%ifarch %{ix86}
 s=$(echo 'LNX %{flashv}' | tr . ,)
 v=$(strings browser-plugins/libgcflashplayer.so | grep '^LNX ')
 if [ "$v" != "$s" ]; then
        : wrong version
        exit 1
 fi
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.039237 seconds and 4 git commands to generate.