]> git.pld-linux.org Git - packages/apache1-mod_dav.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_dav.spec -> 1.37

apache1-mod_dav.spec

index 1fa570e0f4ee253e6b2d167bfefafb931910ea36..43c5d5d5b0b1e62e0c51cbb5eb8edcf32a09a4b3 100644 (file)
@@ -38,7 +38,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_dav enables Apache to understand DAV protocol (extensions to
This page took 0.048976 seconds and 4 git commands to generate.