commit c31cd61d6c4bc6f2d0219b333b45edebc388526c
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Nov 11 00:34:36 2015 +0200

    fix for php7070 paths in fpm config

 php.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 6374c33..c2f7cb3 100644
--- 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/35039046741acc7071213dcd96fe539b6e41c876

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to