]> git.pld-linux.org Git - packages/apache-mod_suphp.git/commitdiff
-correct path of config file for apache
authorhunter <hunter@pld-linux.org>
Sun, 30 May 2004 12:40:09 +0000 (12:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_suphp.spec -> 1.16

apache-mod_suphp.spec

index 27689fa948f017d35ced6cee808dfa1f5ce182bd..ffc254730d3e9d562fa148ed6f5e0887e18a04d1 100644 (file)
@@ -64,14 +64,14 @@ chmod 755 configure
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_pkglibdir}}
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/httpd/httpd.conf
 
 install src/suphp $RPM_BUILD_ROOT%{_sbindir}
 %if %{_apache1}
 install src/apache/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 %else
 install src/apache2/.libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
-install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/70_mod-suphp.conf
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/httpd.conf/70_mod-suphp.conf
 %endif
 
 install -d $RPM_BUILD_ROOT/etc/logrotate.d
@@ -102,3 +102,4 @@ fi
 %attr(4755,root,root) %{_sbindir}/suphp
 %attr(755,root,root) %{_pkglibdir}/*
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/*
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/httpd/httpd.conf/*
This page took 0.047481 seconds and 4 git commands to generate.