summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-08 19:11:12 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-08 19:11:12 +0200
commiteaf2e6252614fd22ec7ebd900ac01dbea64d241f (patch)
treeb3c06cfbe455fb6aadf05acf3f925f8370e69f6a /php56.spec
parent2a986cc7ff0e927f0264ca32699d19396ea874a8 (diff)
php56: minor fix
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php56.spec b/php56.spec
index 15dc98a..9058fbc 100644
--- a/php56.spec
+++ b/php56.spec
@@ -1645,7 +1645,7 @@ cat files.zip >> files.common
install -m 644 %{SOURCE51} $RPM_BUILD_ROOT%{_sysconfdir}/php.d/opcache-default.blacklist
install -m 644 %{SOURCE51} $RPM_BUILD_ROOT%{_sysconfdir}/php-zts.d/opcache-default.blacklist
sed -e '/blacklist_filename/s/php.d/php-zts.d/' \
- -i $RPM_BUILD_ROOT%{_sysconfdir}/php-zts.d/opcache.ini
+ -i $RPM_BUILD_ROOT%{_sysconfdir}/php-zts.d/10-opcache.ini
# Install the macros file:
sed -e "s/@PHP_APIVER@/%{apiver}%{isasuffix}/" \