]> git.pld-linux.org Git - packages/apache1-mod_dav.git/blobdiff - apache1-mod_dav.spec
- correction for detecting conf.d apache support
[packages/apache1-mod_dav.git] / apache1-mod_dav.spec
index f21adf29385510df576ea914ee12a1be5d21fb1d..4e7479138db6198ac25a374381111a805989b38e 100644 (file)
@@ -173,7 +173,7 @@ if [ "$1" = "0" ]; then
 fi
 
 %triggerpostun -- %{name} < 1.0.3-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}/libdav.so 1>&2
        sed -i -e '
                /^Include.*mod_%{mod_name}\.conf/d
This page took 0.192776 seconds and 4 git commands to generate.