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 | c0c10c53657c9903c1273c3d9c18278a10303d3c (patch) | |
tree | ce779b9ccfde515c8c9e9429d2ec9671c739ed72 | |
parent | b0dde6965223098ea5611c499eb004c8af059143 (diff) |
PHP 7.0.17
-rw-r--r-- | php.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1422,7 +1422,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 |