]> git.pld-linux.org Git - packages/apache1-mod_dav.git/blobdiff - apache1-mod_dav.spec
- fix improper usage of %%{_sysconfdir}
[packages/apache1-mod_dav.git] / apache1-mod_dav.spec
index cf153eba760a2e23b76adcefd9c1dbb7ee571dcb..f8743df8ea282ee8ac7a3cebe2480dd907ca0ac1 100644 (file)
@@ -137,7 +137,7 @@ Fusion צ
 %setup -q -n mod_%{mod_name}-%{version}-%{apache_version}
 
 %build
-aclocal
+%{__aclocal}
 %{__autoconf}
 %configure \
        --with-apxs=%{apxs} \
@@ -157,7 +157,7 @@ if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_dav.conf" /etc/httpd
        echo "Include /etc/httpd/mod_dav.conf" >> /etc/httpd/httpd.conf
 fi
 if [ -f /var/lock/subsys/httpd ]; then
-       %{_sysconfdir}/rc.d/init.d/httpd restart 1>&2
+       /etc/rc.d/init.d/httpd restart 1>&2
 fi
 
 %preun
This page took 0.087282 seconds and 4 git commands to generate.