Skip to content

Commit

Permalink
Corrected directory issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
psb1558 committed Dec 23, 2023
1 parent cbc975d commit 25a18f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/build_font
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 25a18f0

Please sign in to comment.