* fix for doc dir

This commit is contained in:
marco 2004-01-08 22:34:04 +00:00
parent c90bd004c1
commit 7b58875745

View File

@ -198,7 +198,7 @@ echo
# Install the documentation. Optional.
if yesno "Install documentation"; then
echo Installing documentation in $DOCDIR ...
unztar docs.tar.gz $PREFIX
unztar docs.tar.gz $DOCDIR
echo Done.
fi
echo