]> git.pld-linux.org Git - packages/apache1-mod_vhost_limit.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_vhost_limit.spec -> 1.5

apache1-mod_vhost_limit.spec

index f7da6d67cc2ad9fb7a3e57a908a292ed7b7d63e0..a3413708cba79bcee748c5215d4047c267b865c4 100644 (file)
@@ -21,7 +21,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
 This is the module for Apache Web Server to restrict the number of
This page took 0.037583 seconds and 4 git commands to generate.