]> git.pld-linux.org Git - packages/apache1-mod_become.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_become.spec -> 1.4

apache1-mod_become.spec

index bae5cb43946d7154db59c9865088368146ab5dac..014bf879dcec7a8556b46621c8d700a448b7d07f 100644 (file)
@@ -20,7 +20,7 @@ Obsoletes:    apache-mod_%{mod_name} <= %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
 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 enables the web server to take on the access rights of a
 
 %description
 This module enables the web server to take on the access rights of a
This page took 0.088315 seconds and 4 git commands to generate.