]> git.pld-linux.org Git - packages/php4.git/commitdiff
- sed -e "s/%{_sbindir}\/apxs -e/\%{apxs} -e/"
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Tue, 13 Aug 2002 15:16:30 +0000 (15:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4.spec -> 1.199

php4.spec

index cc5e4ca1f794fd8cb46ae5e64a53ca2c50c74c43..2e337f2e90cdbdbb408d159733cc6ff4eb9b1b68 100644 (file)
--- a/php4.spec
+++ b/php4.spec
@@ -1425,7 +1425,7 @@ rm -rf $RPM_BUILD_ROOT
 %if ! %{_apache2}
 perl -pi -e 's|^#AddType application/x-httpd-php \.php|AddType application/x-httpd-php .php|' \
        /etc/httpd/httpd.conf
-%{_sbindir}/apxs -e -a -n php4 %{_pkglibdir}/libphp4.so 1>&2
+%{apxs} -e -a -n php4 %{_pkglibdir}/libphp4.so 1>&2
 %endif
 if [ -f /var/lock/subsys/httpd ]; then
        /etc/rc.d/init.d/httpd restart 1>&2
@@ -1441,7 +1441,7 @@ fi
 %else
 %preun
 if [ "$1" = "0" ]; then
-       %{_sbindir}/apxs -e -A -n php4 %{_pkglibdir}/libphp4.so 1>&2
+       %{apxs} -e -A -n php4 %{_pkglibdir}/libphp4.so 1>&2
        perl -pi -e \
                's|^AddType application/x-httpd-php \.php|#AddType application/x-httpd-php .php|' \
                /etc/httpd/httpd.conf
This page took 0.101511 seconds and 4 git commands to generate.