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