Yet another typo in installtools.sh...but now woody-i386 cd creation works
This commit is contained in:
parent
b53f3c80e1
commit
b850b4b23a
|
@ -12,8 +12,7 @@ DIR=$1
|
|||
|
||||
DOCDIR=doc
|
||||
|
||||
if [ -f $MIRROR/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/compact/res
|
||||
cue.bin ]; then
|
||||
if [ -f $MIRROR/dists/$CODENAME/main/disks-$ARCH/current/images-2.88/compact/rescue.bin ] ; then
|
||||
CODENAME1=$CODENAME
|
||||
else
|
||||
echo "Using potato bootdisk documentation"
|
||||
|
@ -22,7 +21,7 @@ fi
|
|||
|
||||
|
||||
# Put the install documentation in /install
|
||||
cd $DIR/dists/$CODENAME1/main/disks-$ARCH/current/$DOCDIR
|
||||
cd $MIRROR/dists/$CODENAME1/main/disks-$ARCH/current/$DOCDIR
|
||||
mkdir $DIR/install/$DOCDIR
|
||||
cp -a * $DIR/install/$DOCDIR/
|
||||
ln -sf install.en.html $DIR/install/$DOCDIR/index.html
|
||||
|
|
Loading…
Reference in New Issue