From 80d855b05347aa37bbecff31abfc20621e9b154d Mon Sep 17 00:00:00 2001 From: Grzegorz Sterniczuk Date: Tue, 13 Aug 2002 15:06:21 +0000 Subject: [PATCH] - sed -e "s/%{_sbindir}\/apxs -e/\%{apxs} -e/" Changed files: apache1-mod_fastcgi.spec -> 1.22 --- apache1-mod_fastcgi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache1-mod_fastcgi.spec b/apache1-mod_fastcgi.spec index 7937343..2ded284 100644 --- a/apache1-mod_fastcgi.spec +++ b/apache1-mod_fastcgi.spec @@ -59,7 +59,7 @@ install mod_fastcgi.so $RPM_BUILD_ROOT%{_libexecdir} install docs/*.html $RPM_BUILD_ROOT%{_htmldocdir} %post -%{_sbindir}/apxs -e -a -n fastcgi %{_libexecdir}/mod_fastcgi.so 1>&2 +%{apxs} -e -a -n fastcgi %{_libexecdir}/mod_fastcgi.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 else @@ -68,7 +68,7 @@ fi %preun if [ "$1" = "0" ]; then - %{_sbindir}/apxs -e -A -n fastcgi %{_libexecdir}/mod_fastcgi.so 1>&2 + %{apxs} -e -A -n fastcgi %{_libexecdir}/mod_fastcgi.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 fi -- 2.43.0