summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-04-11 07:19:50 +0200
committerRemi Collet <fedora@famillecollet.com>2013-04-11 07:19:50 +0200
commit8aae5db42304a3aa4873619da19d6a5b4bb4e055 (patch)
treed16bad34a55f7101d63febe19c1bacd2de0a44a9
parentf9504fbaa99f0a7a08ce4bfd88a1104e0fda6622 (diff)
php 5.5: fix blacklist file perm
-rw-r--r--php55.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php55.spec b/php55.spec
index 32288e6..48288f9 100644
--- a/php55.spec
+++ b/php55.spec
@@ -1534,7 +1534,7 @@ cat files.zip >> files.common
%endif
# The default Zend OPcache blacklist file
-install -m 755 %{SOURCE51} $RPM_BUILD_ROOT%{_sysconfdir}/php.d/opcache-default.blacklist
+install -m 644 %{SOURCE51} $RPM_BUILD_ROOT%{_sysconfdir}/php.d/opcache-default.blacklist
# Install the macros file:
install -d $RPM_BUILD_ROOT%{_sysconfdir}/rpm