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
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
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
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 ]