]> git.pld-linux.org Git - packages/apache1-mod_gunzip.git/commitdiff
- fix improper usage of %%{_sysconfdir}
authorankry <ankry@pld-linux.org>
Sat, 7 Dec 2002 14:32:49 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_gunzip.spec -> 1.19

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.068702 seconds and 4 git commands to generate.