From 4523966bae8cfc43dca50289b770c296da8744a9 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_ldap.spec -> 1.27 --- apache1-mod_auth_ldap.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache1-mod_auth_ldap.spec b/apache1-mod_auth_ldap.spec index 75cfded..d91cc57 100644 --- a/apache1-mod_auth_ldap.spec +++ b/apache1-mod_auth_ldap.spec @@ -133,14 +133,14 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %post -%{_sbindir}/apxs -e -a -n auth_ldap %{_libexecdir}/mod_auth_ldap.so 1>&2 +%{apxs} -e -a -n auth_ldap %{_libexecdir}/mod_auth_ldap.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 auth_ldap %{_libexecdir}/mod_auth_ldap.so 1>&2 + %{apxs} -e -A -n auth_ldap %{_libexecdir}/mod_auth_ldap.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 fi -- 2.43.0