From 25a18f0da17716f6eb35eec81d9d2cbc6db7afb9 Mon Sep 17 00:00:00 2001 From: Peter Baker Date: Sat, 23 Dec 2023 11:35:48 -0500 Subject: [PATCH] Corrected directory issue. --- sources/build_font | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/build_font b/sources/build_font index 7ae6aae..edeb42a 100755 --- a/sources/build_font +++ b/sources/build_font @@ -302,7 +302,7 @@ then # echo "Adding a DSIG table to the roman font" # find . -maxdepth 1 -name "${familyname}*.otf" -not -name "*Italic.ttf" -exec python $SOURCEDIR/add_dsig.py {} \; #fi - cp $BUILDDIR/instance_ttf/Elstob*.ttf $DESTDIR + cp $BUILDDIR/autohinted/instance_ttf/Elstob*.ttf $DESTDIR # Next CFF OpenType fonts, largely duplicating the moves for static TrueType.