]> git.pld-linux.org Git - packages/apache1-mod_watch.git/blobdiff - apache1-mod_watch.spec
- correction for detecting conf.d apache support
[packages/apache1-mod_watch.git] / apache1-mod_watch.spec
index 3fe6016d90f0d51290612faef122498c704eb7c6..8b342001209b42e208127a727eb2799c27755c91 100644 (file)
@@ -81,7 +81,7 @@ if [ "$1" = "0" ]; then
 fi
 
 %triggerpostun -- %{name} < 3.18-1.1
-if grep -q '^Include conf\.d' /etc/apache/apache.conf; then
+if grep -q '^Include conf\.d/\*\.conf' /etc/apache/apache.conf; then
        %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
        sed -i -e '
                /^Include.*mod_%{mod_name}\.conf/d
This page took 0.109078 seconds and 4 git commands to generate.