summaryrefslogtreecommitdiff
path: root/build/binbuild.sh
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2001-11-29 14:18:06 +0000
committerGreg Ames <gregames@apache.org>2001-11-29 14:18:06 +0000
commit90a8cc2a200f3af723a379b79d5b6937c8b7c94a (patch)
tree7734209932c25ad4e8fd4d675d1119b104b37512 /build/binbuild.sh
parentd44a139606dce9e27f078a88903688320ac52d0c (diff)
downloadhttpd-90a8cc2a200f3af723a379b79d5b6937c8b7c94a.tar.gz
install our manual in the new location
also, pick up an edit I missed last time around...whoops! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/binbuild.sh')
-rwxr-xr-xbuild/binbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/binbuild.sh b/build/binbuild.sh
index 2faf2b3e74..1d8092eae5 100755
--- a/build/binbuild.sh
+++ b/build/binbuild.sh
@@ -125,6 +125,7 @@ cp README.bindist ../httpd-$VER-$OS.README
sed -e "s%\@default_dir\@%$DEFAULT_DIR%" \
-e "s%\@ver\@%$VER%" \
+ -e "s%\@os\@%$OS%" \
build/install-bindist.sh.in > install-bindist.sh
chmod 755 install-bindist.sh