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

apache1-mod_accounting.spec

index 8fca91010d0f3932dcfa93412b581fe3cec719b3..f827a8757f43911542ee0ea6cc361d7f27807b42 100644 (file)
@@ -22,7 +22,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_accounting is a simple Apache module that can record traffic
This page took 0.046927 seconds and 4 git commands to generate.