summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2016-09-12 10:48:42 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2016-09-12 10:48:42 +0200
commit30f5c5314e33f90fa0da2cfb97f7b86cdebdf6c6 (patch)
treecbe8cccd07c49c43837b185e6dc7851737662af1
parent69005112f774b4aceddc0bbeb411319a249ac305 (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.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b9705a7..26b1857 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,13 +36,13 @@ install-data-hook:
if INSTALL_TTF
@rm -f $(DESTDIR)$(ttffontdir)/fonts.scale
$(MKFONTSCALE) $(DESTDIR)$(ttffontdir)
- @rm -f $(DESTDIR)$(ttffontdir)/font.dir
+ @rm -f $(DESTDIR)$(ttffontdir)/fonts.dir
$(MKFONTDIR) $(DESTDIR)$(ttffontdir)
endif
if INSTALL_OTF
@rm -f $(DESTDIR)$(otffontdir)/fonts.scale
$(MKFONTSCALE) $(DESTDIR)$(otffontdir)
- @rm -f $(DESTDIR)$(otffontdir)/font.dir
+ @rm -f $(DESTDIR)$(otffontdir)/fonts.dir
$(MKFONTDIR) $(DESTDIR)$(otffontdir)
endif
@RUN_FCCACHE@