[packages/php/PHP_5_6] fix for php7070 paths in fpm config

glen glen at pld-linux.org
Wed Dec 21 20:26:08 CET 2016


commit c31cd61d6c4bc6f2d0219b333b45edebc388526c
Author: Elan Ruusamäe <glen at delfi.ee>
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



More information about the pld-cvs-commit mailing list