Commit 6d3df49e authored by Alasdair Sinclair's avatar Alasdair Sinclair Committed by Alexandre Julliard

fonts: Fix uninstall of TrueType fonts.

parent 35bec2ed
......@@ -184,7 +184,7 @@ install:: $(FONTS) $(INSTALLDIRS)
for i in $(TRUETYPE_FONTS); do $(INSTALL_DATA) $(SRCDIR)/$$i $(DESTDIR)$(fontdir)/$$i || exit 1; done
uninstall::
-cd $(DESTDIR)$(fontdir) && $(RM) $(FONTS)
-cd $(DESTDIR)$(fontdir) && $(RM) $(BITMAP_FONTS) $(TRUETYPE_FONTS)
-rmdir $(DESTDIR)$(fontdir)
clean::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment