]> git.pld-linux.org Git - packages/php.git/commitdiff
cleanup bogus /etc/php/cgi dir
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 11 Aug 2019 08:41:24 +0000 (11:41 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 11 Aug 2019 09:32:28 +0000 (12:32 +0300)
php.spec

index 46d81934ed0749de62c68053f089107efa5a76e7..bd11326f01539eddf5f973c226dc432692f3acee 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2417,7 +2417,8 @@ exit $rc
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache},%{_sysconfdir}/cgi} \
+install -d \
+       $RPM_BUILD_ROOT%{_libdir}/{php,apache} \
        $RPM_BUILD_ROOT%{_sysconfdir}/{conf,cgi-fcgi,cli,apache2handler}.d \
        $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
        $RPM_BUILD_ROOT/etc/httpd/conf.d \
        $RPM_BUILD_ROOT%{_sysconfdir}/{conf,cgi-fcgi,cli,apache2handler}.d \
        $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
        $RPM_BUILD_ROOT/etc/httpd/conf.d \
This page took 0.14113 seconds and 4 git commands to generate.