blob: a62640e2a5675f47f765c32fc3bb5f5249183df5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2006/11/15 09:19:21 joerg Exp $
--- Makefile.am.orig 2005-11-24 06:21:13.000000000 +0100
+++ Makefile.am
@@ -255,8 +255,6 @@ EXTRA_DIST = $(BDF_FILES) autogen.sh
all-local: $(BUILT_BDF_FILES) $(font_DATA)
install-data-hook:
- @rm -f $(DESTDIR)$(fontdir)/fonts.scale
- $(MKFONTSCALE) $(DESTDIR)$(fontdir)
@rm -f $(DESTDIR)$(fontdir)/font.dir
$(MKFONTDIR) $(DESTDIR)$(fontdir)
|