summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2007-09-18 07:48:57 +0000
committerjorton <jorton@fedoraproject.org>2007-09-18 07:48:57 +0000
commit12462ec8f484403d2bc15c9172351b71b06c9953 (patch)
tree466c8e23a541f70a3863a7d878c41b8e5d95727d /httpd.spec
parent78b00cdebb17d1fe5ed96d8b31a3bf00823b0c37 (diff)
downloadhttpd-12462ec8f484403d2bc15c9172351b71b06c9953.tar.gz
httpd-12462ec8f484403d2bc15c9172351b71b06c9953.tar.xz
httpd-12462ec8f484403d2bc15c9172351b71b06c9953.zip
- fixes for previous commithttpd-2_2_6-3
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/httpd.spec b/httpd.spec
index 4caa34e..5933af7 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -232,7 +232,7 @@ for f in ssl.conf welcome.conf manual.conf proxy_ajp.conf; do
done
rm $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf/*.conf
-install -m -p 644 $RPM_SOURCE_DIR/httpd.conf \
+install -m 644 -p $RPM_SOURCE_DIR/httpd.conf \
$RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf/httpd.conf
mkdir $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
@@ -258,7 +258,8 @@ echo %{mmn} > $RPM_BUILD_ROOT%{_includedir}/httpd/.mmn
# docroot
mkdir $RPM_BUILD_ROOT%{contentdir}/html
-install -m 644 noindex.html $RPM_BUILD_ROOT%{contentdir}/error/noindex.html
+install -m 644 -p $RPM_SOURCE_DIR/index.html \
+ $RPM_BUILD_ROOT%{contentdir}/error/noindex.html
# remove manual sources
find $RPM_BUILD_ROOT%{contentdir}/manual \( \