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

apache-mod_watch.spec

index 52e7f1ed7a241fcef48ef47b1aa41e747c3cd83d..2e7f1a99be8d8ffa43d15caa60eeaba752eeaaf5 100644 (file)
@@ -21,7 +21,7 @@ Requires:     apache >= 2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
-%define                _sysconfdir     /etc/httpd
+%define                _sysconfdir     %(%{apxs} -q SYSCONFDIR)
 
 %description
 This module will watch and collect the bytes, requests, and documents
This page took 0.078262 seconds and 4 git commands to generate.