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/bh-lucidatypewriter-100dpi | |
parent | 767fb70ec754e0f2210010536a590e05aed7966b (diff) |
Typo font.dir -> fonts.dir
Diffstat (limited to 'font/bh-lucidatypewriter-100dpi')
-rw-r--r-- | font/bh-lucidatypewriter-100dpi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font/bh-lucidatypewriter-100dpi/Makefile.am b/font/bh-lucidatypewriter-100dpi/Makefile.am index 8f5350c75..44353b5f0 100644 --- a/font/bh-lucidatypewriter-100dpi/Makefile.am +++ b/font/bh-lucidatypewriter-100dpi/Makefile.am @@ -168,7 +168,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@ |