[packages/google-chrome] - fix files for stable and beta
arekm
arekm at pld-linux.org
Fri Aug 29 09:20:02 CEST 2014
commit c6e13b1761f8f322b8a361f140e50cf42265a840
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Aug 29 09:19:59 2014 +0200
- fix files for stable and beta
google-chrome.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/google-chrome.spec b/google-chrome.spec
index 423be08..ff0eef9 100644
--- a/google-chrome.spec
+++ b/google-chrome.spec
@@ -302,9 +302,10 @@ fi
# hardcoded list of pepper plugins chrome can load
# see https://chromium.googlesource.com/chromium/chromium/+/trunk/chrome/common/chrome_paths.cc
%dir %{_libdir}/%{name}/pepper
+%dir %{_datadir}/%{name}
# The path to the external extension <id>.json files.
# see https://chromium.googlesource.com/chromium/chromium/+/trunk/chrome/common/chrome_paths.cc
-%{_datadir}/%{name}/extensions
+%dir %{_datadir}/%{name}/extensions
%{_libdir}/%{name}/default_apps
%{_libdir}/%{name}/themes
%attr(755,root,root) %{_libdir}/%{name}/chrome
@@ -312,8 +313,10 @@ fi
# These unique permissions are intentional and necessary for the sandboxing
%attr(4555,root,root) %{_libdir}/%{name}/chrome-sandbox
+%if "%{state}" == "stable"
# Native Client plugin, to use launch with --enable-nacl
%attr(755,root,root) %{_libdir}/%{name}/libppGoogleNaClPluginChrome.so
+%endif
# nacl
%attr(755,root,root) %{_libdir}/%{name}/nacl_helper
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/google-chrome.git/commitdiff/c6e13b1761f8f322b8a361f140e50cf42265a840
More information about the pld-cvs-commit
mailing list