]> git.pld-linux.org Git - packages/apache1-mod_watch.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_watch.spec -> 1.16

apache1-mod_watch.spec

index 3ae86d864e9f0fef73046a2036afd750a20b41ff..97eb3c428d6e2f7c4e3e56c2669246392b09130c 100644 (file)
@@ -22,7 +22,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 module will watch and collect the bytes, requests, and documents
This page took 0.070616 seconds and 4 git commands to generate.