[httpd] add contentdir, confdir, modconfdir to macros.httpd

jorton jorton at fedoraproject.org
Fri Mar 23 14:51:23 UTC 2012


commit b2bbac861aec697b55d8823b6a4d3976e7782da7
Author: Joe Orton <jorton at redhat.com>
Date:   Tue Mar 13 15:33:02 2012 +0000

    add contentdir, confdir, modconfdir to macros.httpd

 httpd.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index 9ee1dc6..7152772 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -253,6 +253,9 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rpm
 cat > $RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.httpd <<EOF
 %%_httpd_mmn %{mmnisa}
 %%_httpd_apxs %{_bindir}/apxs
+%%_httpd_modconfdir %{_sysconfigdir}/httpd/conf.modules.d
+%%_httpd_confdir %{_sysconfigdir}/httpd/conf.d
+%%_httpd_contentdir %{contentdir}
 EOF
 
 # Handle contentdir


More information about the scm-commits mailing list