From: radek Date: Sun, 5 Sep 2004 17:18:13 +0000 (+0000) Subject: - use "%(%{apxs} -q SYSCONFDIR)" for _sysconfdir definition X-Git-Tag: auto/ac/apache-mod_transform-0_4_0-1~2 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?p=packages%2Fapache-mod_transform.git;a=commitdiff_plain;h=58f358c79b2da0ae5ceff5e576b62c36a6d86212 - use "%(%{apxs} -q SYSCONFDIR)" for _sysconfdir definition Changed files: apache-mod_transform.spec -> 1.3 --- diff --git a/apache-mod_transform.spec b/apache-mod_transform.spec index 1ca6782..bb21d7c 100644 --- a/apache-mod_transform.spec +++ b/apache-mod_transform.spec @@ -18,7 +18,7 @@ Requires(post,preun): %{apxs} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _pkglibdir %(%{apxs} -q LIBEXECDIR) -%define _sysconfdir /etc/httpd +%define _sysconfdir %(%{apxs} -q SYSCONFDIR) %description mod_transform is a filter module that allows Apache 2.0 to do dynamic