From ece62f5c53c341b8d03413932647379b132b3f63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Fern=C3=A1ndez-Sanguino?= Date: Tue, 9 May 2017 21:58:43 +0000 Subject: [PATCH] Fix location of fontfiles git-svn-id: https://projectaon.org/data/trunk@2608 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/epub/build-epubs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1