]> git.pld-linux.org Git - packages/apache-mod_midgard.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_midgard.spec -> 1.27

apache-mod_midgard.spec

index 14edc42d01b0e643f596aecc814bea173a81b0d5..59a2bedce200b8763d79a3c46e30102807d64150 100644 (file)
@@ -27,7 +27,7 @@ Provides:     mod_midgard
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _pkglibdir      %(%{apxs} -q LIBEXECDIR)
-%define         _sysconfdir     /etc/httpd
+%define                _sysconfdir     %(%{apxs} -q SYSCONFDIR)
 
 %prep
 %setup -q -n %{arname}-%{version}
This page took 0.085893 seconds and 4 git commands to generate.