]> git.pld-linux.org Git - packages/apache1-mod_gunzip.git/blobdiff - apache1-mod_gunzip.spec
- fix improper usage of %%{_sysconfdir}
[packages/apache1-mod_gunzip.git] / apache1-mod_gunzip.spec
index d9332a910b7592e311e1b31ae1234c951e43c9b7..a5dfbf2d070e0e78554658a6061f94e04cd9e283 100644 (file)
@@ -46,7 +46,7 @@ install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 %post
 %{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 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.062629 seconds and 4 git commands to generate.