From f41fab868bfb8d818f748624cff55d8ff3ac73a3 Mon Sep 17 00:00:00 2001 From: radek Date: Sun, 5 Sep 2004 17:18:13 +0000 Subject: [PATCH] - use "%(%{apxs} -q SYSCONFDIR)" for _sysconfdir definition Changed files: apache-mod_bw.spec -> 1.10 --- apache-mod_bw.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-mod_bw.spec b/apache-mod_bw.spec index 53cdd9f..a5d098e 100644 --- a/apache-mod_bw.spec +++ b/apache-mod_bw.spec @@ -28,7 +28,7 @@ Obsoletes: apache-mod_%{mod_name} <= %{version} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _pkglibdir %(%{apxs} -q LIBEXECDIR) -%define _sysconfdir /etc/apache +%define _sysconfdir %(%{apxs} -q SYSCONFDIR) %description "Mod_bandwidth" is a module for the Apache webserver that enable the -- 2.44.0