]> git.pld-linux.org Git - packages/apache1-mod_mp3.git/blobdiff - apache1-mod_mp3.spec
- correction for detecting conf.d apache support
[packages/apache1-mod_mp3.git] / apache1-mod_mp3.spec
index 9a53cae413e855ca03a2d6ff1ae47c077961d6ff..06573e09974a474d97625b46b63eb1d3495c1af6 100644 (file)
@@ -75,7 +75,7 @@ if [ "$1" = "0" ]; then
 fi
 
 %triggerpostun -- %{name} < 0.40-2.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.034901 seconds and 4 git commands to generate.