From 297ecbd96dedc6d0a56b958a55f660e8ae696223 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_watch.spec -> 1.16 --- apache-mod_watch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-mod_watch.spec b/apache-mod_watch.spec index 52e7f1e..2e7f1a9 100644 --- a/apache-mod_watch.spec +++ b/apache-mod_watch.spec @@ -21,7 +21,7 @@ Requires: apache >= 2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _pkglibdir %(%{apxs} -q LIBEXECDIR) -%define _sysconfdir /etc/httpd +%define _sysconfdir %(%{apxs} -q SYSCONFDIR) %description This module will watch and collect the bytes, requests, and documents -- 2.43.0