From 927491ea2c5a61f772eedcce0f7fa42f13c752cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 17 Sep 2005 01:23:44 +0000 Subject: [PATCH] - correction for detecting conf.d apache support Changed files: apache1-mod_mp3.spec -> 1.35 --- apache1-mod_mp3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache1-mod_mp3.spec b/apache1-mod_mp3.spec index 9a53cae..06573e0 100644 --- a/apache1-mod_mp3.spec +++ b/apache1-mod_mp3.spec @@ -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 -- 2.43.0