11-mar-00 added sparc to boot-disk documentation test --jwest

This commit is contained in:
Jim Westveer 2000-03-12 14:36:54 +00:00
parent 734ad566dd
commit e65b35430c
1 changed files with 5 additions and 1 deletions

View File

@ -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"