From: Javier Fernández-Sanguino Date: Tue, 9 May 2017 21:58:43 +0000 (+0000) Subject: Fix location of fontfiles X-Git-Tag: 20180215~90 X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=commitdiff_plain;h=ece62f5c53c341b8d03413932647379b132b3f63 Fix location of fontfiles git-svn-id: https://projectaon.org/data/trunk@2608 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- 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