summaryrefslogtreecommitdiff
path: root/print/teTeX/patches/patch-ac
blob: d858e289fcd9eabc23dfee5327e0501917b501bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ac,v 1.2 1998/08/07 11:11:31 agc Exp $

--- kpse-2.6/kpathsea/Makefile.in,orig	Tue Dec 10 09:13:33 1996
+++ kpse-2.6/kpathsea/Makefile.in	Tue Dec 10 09:20:37 1996
@@ -138,10 +138,10 @@
 uninstall-exec:
 
 install-data: texmf.cnf kpathsea.info
-	$(SHELL) $(top_srcdir)/../mkdirchain $(texmf) $(infodir) $(TETEXDIR)
+	$(SHELL) $(top_srcdir)/../mkdirchain $(texmf) $(infodir) $(web2cdir)
 	if grep 'original texmf.cnf --' $(web2cdir)/texmf.cnf >/dev/null 2>&1 \
-	   || test ! -r $(TETEXDIR)/texmf.cnf; then \
-	  $(INSTALL_DATA) texmf.cnf $(TETEXDIR)/texmf.cnf; \
+	   || test ! -r $(web2cdir)/texmf.cnf; then \
+	  $(INSTALL_DATA) texmf.cnf $(web2cdir)/texmf.cnf; \
 	else true; fi
 	$(INSTALL_DATA) $(srcdir)/kpathsea.info $(infodir)/kpathsea.info
 uninstall-data: