From eaf2e6252614fd22ec7ebd900ac01dbea64d241f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Apr 2014 19:11:12 +0200 Subject: php56: minor fix --- php56.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php56.spec') 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}/" \ -- cgit