diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-14 15:36:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-14 15:36:29 +0100 |
commit | 6cdfe54ac0dc94f93316e15f35aded8026aa73b4 (patch) | |
tree | ba9f6327b09c18b2a54583a665b802606c9bd83e | |
parent | 0b9f31947c389038755a6cf364be65547d2e25da (diff) |
PHP 7.0.17
-rw-r--r-- | php.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1442,7 +1442,7 @@ sed -e 's:/run:%{_localstatedir}/run:' \ # Environment file %if 0%{?fedora} >= 26 -sed -e '/EnvironmentFile/d' -i $RPM_BUILD_ROOT%{_root_initddir}/%{?scl_prefix}php-fpm +sed -e '/EnvironmentFile/d' -i $RPM_BUILD_ROOT%{_unitdir}/%{?scl_prefix}php-fpm.service %else install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/php-fpm |