blob: 23944ad7b5ec63f2f6cd5708735d09f31ad6389f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2006/11/15 13:34:48 joerg Exp $
--- Makefile.in.orig 2006-11-15 14:24:06.000000000 +0100
+++ Makefile.in
@@ -416,8 +416,6 @@ uninstall-am: uninstall-fontDATA uninsta
$(BDFTOPCF) -t $< | gzip > $@
install-data-hook:
- @rm -f $(DESTDIR)$(fontdir)/fonts.scale
- $(MKFONTSCALE) $(DESTDIR)$(fontdir)
@rm -f $(DESTDIR)$(fontdir)/font.dir
$(MKFONTDIR) $(DESTDIR)$(fontdir)
|