]> git.pld-linux.org Git - packages/apache1-mod_roaming.git/blobdiff - apache1-mod_roaming.spec
- correction for detecting conf.d apache support
[packages/apache1-mod_roaming.git] / apache1-mod_roaming.spec
index 06c3f53404ac78894ffdc295b8f3b8c12be1f35e..fe22225592d0dbcfd2a43ee2ec4fc5e2fb715eed 100644 (file)
@@ -142,7 +142,7 @@ if [ "$1" = "0" ]; then
 fi
 
 %triggerpostun -- %{name} < 1.0.2-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.071869 seconds and 4 git commands to generate.