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

resin-cmp.spec

index e903b614124a4830a477aa4bd9481981d7b94b44..32805d1b1f452969ab2668bee68aeaa45b5befe3 100644 (file)
@@ -217,7 +217,7 @@ fi
 
 %preun mod_caucho
 if [ "$1" = "0" ]; then
-       %{_sbindir}/apxs -e -A -n caucho %{_libexecdir}/mod_caucho.so 1>&2
+       %{apxs} -e -A -n caucho %{_libexecdir}/mod_caucho.so 1>&2
        grep -v "^Include.*mod_caucho.conf" /etc/httpd/httpd.conf > \
                /etc/httpd/httpd.conf.tmp
        mv -f /etc/httpd/httpd.conf.tmp /etc/httpd/httpd.conf
@@ -228,7 +228,7 @@ if [ "$1" = "0" ]; then
 fi
 
 %post mod_caucho
-%{_sbindir}/apxs -e -a -n caucho %{_libexecdir}/mod_caucho.so 1>&2
+%{apxs} -e -a -n caucho %{_libexecdir}/mod_caucho.so 1>&2
 if ! grep -q "^Include.*mod_caucho.conf" /etc/httpd/httpd.conf ; then
        echo "Include /etc/httpd/mod_caucho.conf" >> /etc/httpd/httpd.conf
 fi
This page took 0.033521 seconds and 4 git commands to generate.