]> 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 4e6b710598e6ef53f950ef2c3a04cef4e581310d..f8743df8ea282ee8ac7a3cebe2480dd907ca0ac1 100644 (file)
@@ -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.040889 seconds and 4 git commands to generate.