]> granicus.if.org Git - apache/commitdiff
install our manual in the new location
authorGreg Ames <gregames@apache.org>
Thu, 29 Nov 2001 14:18:06 +0000 (14:18 +0000)
committerGreg Ames <gregames@apache.org>
Thu, 29 Nov 2001 14:18:06 +0000 (14:18 +0000)
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

build/binbuild.sh
build/install-bindist.sh.in

index 2faf2b3e74df13b36f11fca972b2d90fcccdfc67..1d8092eae5f2af7ba4378b37a9e9db8050091257 100755 (executable)
@@ -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
index 0c8a23ed71adb4c82d7009fa52d1b3a404a8e327..57371cf0356f2e22f8f4ea101537e14a30ce3fe5 100755 (executable)
@@ -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 ]