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/adobe-utopia-100dpi | |
parent | 767fb70ec754e0f2210010536a590e05aed7966b (diff) |
Typo font.dir -> fonts.dir
Diffstat (limited to 'font/adobe-utopia-100dpi')
-rw-r--r-- | font/adobe-utopia-100dpi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font/adobe-utopia-100dpi/Makefile.am b/font/adobe-utopia-100dpi/Makefile.am index 20d60d28a..a38bbdb22 100644 --- a/font/adobe-utopia-100dpi/Makefile.am +++ b/font/adobe-utopia-100dpi/Makefile.am @@ -174,7 +174,7 @@ MAINTAINERCLEANFILES = ChangeLog INSTALL all-local: $(BUILT_BDF_FILES) $(font_DATA) install-data-hook: - @rm -f $(DESTDIR)$(fontdir)/font.dir + @rm -f $(DESTDIR)$(fontdir)/fonts.dir $(MKFONTDIR) $(DESTDIR)$(fontdir) @RUN_FCCACHE@ |