diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-08-20 20:29:57 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-08-20 20:29:57 +0200 |
commit | 555fbf998d1da9077c805e1782c28a9293e3f088 (patch) | |
tree | 12e4d70b159cfb483ba52eeacb8f3ea6aab75070 /build | |
parent | Replaced by HTTP_UNAUTHORIZED.html.var (diff) | |
download | apache2-555fbf998d1da9077c805e1782c28a9293e3f088.tar.xz apache2-555fbf998d1da9077c805e1782c28a9293e3f088.zip |
Copy the error/ tree
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rwxr-xr-x | build/binbuild.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/binbuild.sh b/build/binbuild.sh index 36192c3afa..f646508b4c 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -215,6 +215,12 @@ cp README.bindist ../httpd-$VER-$OS.README echo "else" && \ echo " lcopy bindist/htdocs \$SR/htdocs 755 644" && \ echo "fi" && \ + echo "if [ -d \$SR/error ]" && \ + echo "then" && \ + echo " echo \"[Preserving existing error documents directory.]\"" && \ + echo "else" && \ + echo " lcopy bindist/error \$SR/error 755 644" && \ + echo "fi" && \ echo " " && \ echo "sed -e \"s;^#!/.*;#!\$PERL;\" -e \"s;\@prefix\@;\$SR;\" -e \"s;\@sbindir\@;\$SR/bin;\" \\" && \ echo " -e \"s;\@libexecdir\@;\$SR/libexec;\" -e \"s;\@includedir\@;\$SR/include;\" \\" && \ |