From: Greg Ames Date: Thu, 29 Nov 2001 14:18:06 +0000 (+0000) Subject: install our manual in the new location X-Git-Tag: 2.0.30~332 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90a8cc2a200f3af723a379b79d5b6937c8b7c94a;p=apache 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 --- 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 diff --git a/build/install-bindist.sh.in b/build/install-bindist.sh.in index 0c8a23ed71..57371cf035 100755 --- a/build/install-bindist.sh.in +++ b/build/install-bindist.sh.in @@ -68,7 +68,7 @@ then else SR=$1 fi -echo "Installing binary distribution for platform i686-pc-linux" +echo "Installing binary distribution for platform @os@" echo "into directory $SR ..." lmkdir $SR 755 lmkdir $SR/proxy 750 @@ -80,6 +80,7 @@ then fi lcopy bindist/include $SR/include 755 644 lcopy bindist/icons $SR/icons 755 644 +lcopy bindist/manual $SR/manual 755 644 lcopy bindist/cgi-bin $SR/cgi-bin 750 750 lcopy bindist/bin $SR/bin 750 750 if [ -d $SR/conf ]