Fix location of fontfiles
authorJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Tue, 9 May 2017 21:58:43 +0000 (21:58 +0000)
committerJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Tue, 9 May 2017 21:58:43 +0000 (21:58 +0000)
git-svn-id: https://projectaon.org/data/trunk@2608 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

common/epub/build-epubs.sh

index 075da1b..7d79d94 100644 (file)
@@ -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