From 654c7b82f017a57010f704303bea469ede4c89c8 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_auth_mysql.spec -> 1.23 --- apache1-mod_auth_mysql.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache1-mod_auth_mysql.spec b/apache1-mod_auth_mysql.spec index 4bee262..e6a0c98 100644 --- a/apache1-mod_auth_mysql.spec +++ b/apache1-mod_auth_mysql.spec @@ -98,14 +98,14 @@ install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir} rm -rf $RPM_BUILD_ROOT %post -%{_sbindir}/apxs -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 +%{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 fi %preun if [ "$1" = "0" ]; then - %{_sbindir}/apxs -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 + %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 fi -- 2.43.0