don't fail fi the doc directory is not yet present
(will be after upcoming mirror push)
This commit is contained in:
parent
d883d67047
commit
79fd1bc1c1
|
@ -16,6 +16,10 @@ else
|
|||
fi
|
||||
|
||||
# Put the install documentation in /install
|
||||
if [ ! -d $DOCS ]; then
|
||||
echo "ERROR: Unable to copy installer documentation to CD."
|
||||
exit
|
||||
fi
|
||||
cd $DOCS
|
||||
mkdir -p $DIR/install/$DOCDIR
|
||||
if cp -a * $DIR/install/$DOCDIR/ ; then
|
||||
|
|
Loading…
Reference in New Issue