mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
* All arches are using a "doc" directory in the boot-floppies now.
This commit is contained in:
parent
d48b62b9af
commit
e50698cc2c
@ -8,17 +8,7 @@ set -e
|
||||
|
||||
BDIR=$TDIR/$CODENAME-$ARCH
|
||||
|
||||
# boot-disk location for documentation is inconsistant --jwest
|
||||
if [ "$ARCH" = "powerpc" ]; then
|
||||
DOCDIR="doc"
|
||||
elif [ "$ARCH" = "i386" ]; then
|
||||
DOCDIR="doc"
|
||||
elif [ "$ARCH" = "sparc" ]; then
|
||||
DOCDIR="doc"
|
||||
else
|
||||
DOCDIR="documentation"
|
||||
fi
|
||||
|
||||
DOCDIR=doc
|
||||
|
||||
# Put the install documentation in /install
|
||||
cd $BDIR/1/dists/$CODENAME/main/disks-$ARCH/current/$DOCDIR
|
||||
|
Loading…
Reference in New Issue
Block a user