From: Greg Ames Date: Sat, 10 Nov 2001 01:34:13 +0000 (+0000) Subject: copy the faq from the correct directory X-Git-Tag: 2.0.29~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a6a9c2f4671e3d92a68204078f149cd581f5361;p=thirdparty%2Fapache%2Fhttpd.git copy the faq from the correct directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91826 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/httpd_roll_release b/build/httpd_roll_release index 79d6208c8ef..8fb8fd0ec51 100755 --- a/build/httpd_roll_release +++ b/build/httpd_roll_release @@ -39,7 +39,7 @@ echo "Updating the site's FAQ" # Now update the FAQ in the tarball rm -f docs/manual/faq/*.html -cp /www/www.apache.org/docs-2.0/faq/*.html docs/manual/faq/ +cp /www/httpd.apache.org/docs-2.0/faq/*.html docs/manual/faq/ # Create the configure scripts echo "Creating the configure script"