Alasdair Sinclair : fonts: Fix uninstall of TrueType fonts.

Alexandre Julliard julliard at winehq.org
Mon Mar 31 09:15:15 CDT 2008


Module: wine
Branch: master
Commit: 6d3df49e7e22d046881d8b8e5742e76624624970
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6d3df49e7e22d046881d8b8e5742e76624624970

Author: Alasdair Sinclair <alasdairs at dsl.pipex.com>
Date:   Sat Mar 29 15:33:05 2008 +0000

fonts: Fix uninstall of TrueType fonts.

---

 fonts/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fonts/Makefile.in b/fonts/Makefile.in
index 60353f8..2f07ade 100644
--- a/fonts/Makefile.in
+++ b/fonts/Makefile.in
@@ -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::




More information about the wine-cvs mailing list