summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2016-09-12 10:54:23 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2016-09-12 10:54:23 +0200
commit4d2420c02451e4829da24d9c25971dafdac5cf0f (patch)
tree6cb16820e4616dfb8b80f79966ad6adbf5576f97
parent8d3c1a28a63a8de82041d9669925a030c2364e97 (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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 84a0588..7f60baa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ MAINTAINERCLEANFILES = ChangeLog INSTALL
install-data-hook:
@rm -f $(DESTDIR)$(fontdir)/fonts.scale
$(MKFONTSCALE) $(DESTDIR)$(fontdir)
- @rm -f $(DESTDIR)$(fontdir)/font.dir
+ @rm -f $(DESTDIR)$(fontdir)/fonts.dir
$(MKFONTDIR) $(DESTDIR)$(fontdir)
@RUN_FCCACHE@