]> git.pld-linux.org Git - packages/apache-mod_epp.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_epp.spec -> 1.5

apache-mod_epp.spec

index c4ff1eed4f581705a6e317d0f01d98aa1c39eb90..bed672ed9d66fcfa4548c39223908258ebdc060e 100644 (file)
@@ -28,7 +28,7 @@ Requires:     apache >= 2.0.43
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
-%define                _sysconfdir     /etc/httpd
+%define                _sysconfdir     %(%{apxs} -q SYSCONFDIR)
 
 %description
 This Apache 2.0 module implements the EPP over TCP protocol as defined
This page took 0.080035 seconds and 4 git commands to generate.