diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-02 09:34:37 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-02 09:34:37 +0000 |
commit | 116c22760e33d9c764c29499f42ce07fad4b7c83 (patch) | |
tree | 68bbfc8154779c7f693faa5b26671aa0227fd075 /font/misc-ethiopic/Makefile.am | |
parent | 767fb70ec754e0f2210010536a590e05aed7966b (diff) |
Typo font.dir -> fonts.dir
Diffstat (limited to 'font/misc-ethiopic/Makefile.am')
-rw-r--r-- | font/misc-ethiopic/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/font/misc-ethiopic/Makefile.am b/font/misc-ethiopic/Makefile.am index 190342360..77a70997d 100644 --- a/font/misc-ethiopic/Makefile.am +++ b/font/misc-ethiopic/Makefile.am @@ -35,11 +35,11 @@ MAINTAINERCLEANFILES = ChangeLog INSTALL install-data-hook: @rm -f $(DESTDIR)$(ttffontdir)/fonts.scale $(MKFONTSCALE) $(DESTDIR)$(ttffontdir) - @rm -f $(DESTDIR)$(ttffontdir)/font.dir + @rm -f $(DESTDIR)$(ttffontdir)/fonts.dir $(MKFONTDIR) $(DESTDIR)$(ttffontdir) @rm -f $(DESTDIR)$(otffontdir)/fonts.scale $(MKFONTSCALE) $(DESTDIR)$(otffontdir) - @rm -f $(DESTDIR)$(otffontdir)/font.dir + @rm -f $(DESTDIR)$(otffontdir)/fonts.dir $(MKFONTDIR) $(DESTDIR)$(otffontdir) @RUN_FCCACHE@ |