From e65b35430c72fb71ea0d9820c5fe34e854cb81c6 Mon Sep 17 00:00:00 2001 From: Jim Westveer Date: Sun, 12 Mar 2000 14:36:54 +0000 Subject: [PATCH] 11-mar-00 added sparc to boot-disk documentation test --jwest --- tools/potato/installtools.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/potato/installtools.sh b/tools/potato/installtools.sh index 1de583fd..dca06792 100755 --- a/tools/potato/installtools.sh +++ b/tools/potato/installtools.sh @@ -2,14 +2,18 @@ # Install files in /install and some in /doc # 26-dec-99 changes for i386 (2.2.x) bootdisks --jwest +# 11-mar-00 added sparc to boot-disk documentation test --jwest set -e BDIR=$TDIR/$CODENAME-$ARCH +# boot-disk location for documentation is inconsistant --jwest if [ "$ARCH" = "powerpc" ]; then DOCDIR="docs" - elif [ "$ARCH" = "i386" ] ; then + elif [ "$ARCH" = "i386" ]; then + DOCDIR="doc" + elif [ "$ARCH" = "sparc" ]; then DOCDIR="doc" else DOCDIR="documentation"