X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fepub%2Fbuild-epubs.sh;h=7d79d948d59ba6f25bd2d338e66d4b805d53728a;hp=075da1bfae4a45d5753ae81d72b1323e2106095a;hb=9dc76a6f92b21fa752b6464dc168c1dc0a6e9be5;hpb=f4bdee5083ca9a72713637e1e979aa183e06faea diff --git a/common/epub/build-epubs.sh b/common/epub/build-epubs.sh index 075da1b..7d79d94 100644 --- a/common/epub/build-epubs.sh +++ b/common/epub/build-epubs.sh @@ -14,12 +14,12 @@ AONDIR="../../" LOGDIR="$CURDIR/logs/" [ ! -e "$LOGDIR" ] && mkdir $LOGDIR LANGS="en es" -FONTDIR=fontfiles/ +FONTDIR="../fontfiles/" if [ ! -e "${AONDIR}${FONTDIR}" ] ; then echo "The font directory (${AONDIR}${FONTDIR}) does not exist." echo "Please create it and copy the Souvenir font to it " - echo "(or adjust the script to use an alternative directory)" + echo "(or adjust this script to use an alternative directory)" exit 1 fi