]> git.pld-linux.org Git - packages/apache-mod_transform.git/commitdiff
- use "%(%{apxs} -q SYSCONFDIR)" for _sysconfdir definition
authorradek <radek@pld-linux.org>
Sun, 5 Sep 2004 17:18:13 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_transform.spec -> 1.3

apache-mod_transform.spec

index 1ca6782e17a444636b4cd350d9559f131e208a92..bb21d7c23c1b085f6d5666b391ad168e4e8c8c81 100644 (file)
@@ -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
This page took 0.138703 seconds and 4 git commands to generate.