diff options
| author | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-12 10:39:16 +0200 |
|---|---|---|
| committer | Matthieu Herrb <matthieu@herrb.eu> | 2016-09-12 10:39:16 +0200 |
| commit | 5dbfc6d034801e94efa25bbde09ecb7b84ca1390 (patch) | |
| tree | 899bb3a602e61fdecd795e463442389b5e5ff0fe | |
| parent | 2f0c98df5e724a97d019ff6ff3f03ba0c7ecd82a (diff) | |
Typo: font.dir -> fonts.dir
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1f679c7..b09a99e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,7 +67,7 @@ EXTRA_DIST = $(BDF_FILES) MAINTAINERCLEANFILES = ChangeLog INSTALL install-data-hook: - @rm -f $(DESTDIR)$(fontdir)/font.dir + @rm -f $(DESTDIR)$(fontdir)/fonts.dir $(MKFONTDIR) $(DESTDIR)$(fontdir) @RUN_FCCACHE@ |
