]> git.pld-linux.org Git - packages/php.git/commitdiff
fix for php7070 paths in fpm config
authorElan Ruusamäe <glen@delfi.ee>
Tue, 10 Nov 2015 22:34:36 +0000 (00:34 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 21 Dec 2016 19:24:22 +0000 (21:24 +0200)
php.spec

index 6374c330ee8f3694e04c7d0b20156357d1463dde..c2f7cb32e489752095f8eef10491302794402523 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2759,7 +2759,7 @@ touch $RPM_BUILD_ROOT%{_sbindir}/php-fpm
 
 %{__sed} -i -e '
        s#/usr/lib/php#%{php_extensiondir}#
-       s#/etc/php#%{_sysconfdir}#
+       s#/etc/php/#%{_sysconfdir}/#
        s#@processname@#%{name}-fpm#g
 ' $RPM_BUILD_ROOT{/etc/{rc.d/init.d/%{name}-fpm,logrotate.d/%{name}-fpm},%{_sysconfdir}/php-fpm.conf,%{_sysconfdir}/fpm.d/www.conf}
 %endif
This page took 0.046142 seconds and 4 git commands to generate.