]> git.pld-linux.org Git - packages/apache1-mod_bandwidth.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:
    apache1-mod_bandwidth.spec -> 1.10

apache1-mod_bandwidth.spec

index 53cdd9f07ddcf2ab801a867ffc4ce060e5a70b17..a5d098ee59236650555b5f1009d8531ca4f356a8 100644 (file)
@@ -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
This page took 0.051924 seconds and 4 git commands to generate.