summaryrefslogtreecommitdiff
path: root/fonts/t1lib/patches/patch-ac
blob: 4f771091e4c76622c23e01e761374901d29f90ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ac,v 1.1.1.1 2002/07/19 12:37:41 wiz Exp $

--- lib/Makefile.in.orig	Mon Jan 15 17:34:40 2001
+++ lib/Makefile.in
@@ -161,17 +161,10 @@
 install: dummy
 	$(MKINSTALLDIRS) $(libdir)
 	$(MKINSTALLDIRS) $(includedir)
-	$(MKINSTALLDIRS) @T1LIB_DATA_DIR@
 	$(LIBTOOL) --mode=install \
 		$(INSTALL_DATA) $(MAIN_TARGET) $(libdir)
 	$(LIBTOOL) --mode=install \
 		$(INSTALL_DATA) $(MAIN_HEADER) $(includedir)
-	if (test -f @T1LIB_DATA_DIR@/t1lib.config) \
-	then \
-	  echo "Alert: Global configuration file exists, installation skipped!"; \
-	else \
-	  $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config @T1LIB_DATA_DIR@; \
-	fi;
 
 
 uninstall: dummy