]> git.pld-linux.org Git - packages/php.git/commitdiff
- /home/httpd -> /home/services/httpd
authorTomek Orzechowski <orzech@pld-linux.org>
Sat, 7 Dec 2002 17:18:44 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.224

php.spec

index 7994f1ad51698c51488ef85ad76a49b69fc20286..5b27cea03c65efb723a8e416655a61a108bf5663 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1477,7 +1477,7 @@ rm libphp4.la ; %{__make} libphp4.la
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir}/{php,apache},%{_sysconfdir}/{apache,cgi}} \
-       $RPM_BUILD_ROOT/home/httpd/icons \
+       $RPM_BUILD_ROOT/home/services/httpd/icons \
        $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}} \
        $RPM_BUILD_ROOT/var/run/php \
        $RPM_BUILD_ROOT/etc/httpd/httpd.conf
@@ -1492,7 +1492,7 @@ install .libs/php $RPM_BUILD_ROOT%{_bindir}/php
 
 install php.ini        $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
 install %{SOURCE6} %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}
-install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/httpd/icons
+install %{SOURCE2} php.gif $RPM_BUILD_ROOT/home/services/httpd/icons
 install %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/httpd/httpd.conf/70_mod_php.conf
 
@@ -2034,7 +2034,7 @@ fi
 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/php.ini
 %attr(730,root,http) %dir %verify(not group mode) /var/run/php
 
-/home/httpd/icons/*
+/home/services/httpd/icons/*
 %attr(755,root,root) %{_sbindir}/*
 %attr(755,root,root) %{_libdir}/libphp_common*.so.*.*.*
 %dir %{extensionsdir}
This page took 1.093849 seconds and 4 git commands to generate.