summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2012-03-13 15:33:02 +0000
committerJoe Orton <jorton@redhat.com>2012-03-13 15:33:02 +0000
commitb2bbac861aec697b55d8823b6a4d3976e7782da7 (patch)
treebdc5bb0cdb61c65b4d0509a69db48baa6c42df22
parentabb60ee5b9fd2eb8f9b31bc2b20574e35f973e58 (diff)
downloadhttpd-b2bbac861aec697b55d8823b6a4d3976e7782da7.tar.gz
httpd-b2bbac861aec697b55d8823b6a4d3976e7782da7.tar.xz
httpd-b2bbac861aec697b55d8823b6a4d3976e7782da7.zip
add contentdir, confdir, modconfdir to macros.httpd
-rw-r--r--httpd.spec3
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