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

aspseek.spec

index b3df75569f6d23f9d5aca536cdd83dadc5e53413..f0ae3d04f00a46010168c0fb59f771b5e406aa9d 100644 (file)
@@ -162,7 +162,7 @@ echo "Remember to run: %{_sbindir}/aspseek-mysql-postinstall"
 %postun db-mysql -p /sbin/ldconfig
 
 %post -n apache-mod_aspseek
-%{_sbindir}/apxs -e -a -n aspseek %{_pkglibdir}/mod_aspseek.so 1>&2
+%{apxs} -e -a -n aspseek %{_pkglibdir}/mod_aspseek.so 1>&2
 if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_aspseek.conf" /etc/httpd/httpd.conf; then
         echo "Include /etc/httpd/mod_aspseek.conf" >> /etc/httpd/httpd.conf
 fi
@@ -172,7 +172,7 @@ fi
 
 %preun -n apache-mod_aspseek
 if [ "$1" = "0" ]; then
-        %{_sbindir}/apxs -e -A -n aspseek %{_pkglibdir}/mod_aspseek.so 1>&2
+        %{apxs} -e -A -n aspseek %{_pkglibdir}/mod_aspseek.so 1>&2
         grep -v "^Include.*mod_aspseek.conf" /etc/httpd/httpd.conf > \
                 /etc/httpd/httpd.conf.tmp
         mv -f /etc/httpd/httpd.conf.tmp /etc/httpd/httpd.conf
This page took 0.103409 seconds and 4 git commands to generate.