Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ucbcad!ucbvax!MCC.COM!peterson From: peterson@MCC.COM (James Peterson) Newsgroups: comp.windows.x Subject: imake.tmpl for X11R1 Message-ID: <8710021458.AA22834@cleo> Date: Fri, 2-Oct-87 10:58:20 EDT Article-I.D.: cleo.8710021458.AA22834 Posted: Fri Oct 2 10:58:20 1987 Date-Received: Tue, 6-Oct-87 04:45:11 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 15 FONTDIR is incorrectly defined in util/imake.includes/Imake.tmpl It is defined as: FONTDIR = $(DESTDIR)$(LIBDIR)/fonts But LIBDIR is defined as: LIBDIR = $(DESTDIR)/usr/lib/X11 /* for fonts, etc */ resulting in FONTDIR = $(DESTDIR)$(DESTDIR)/usr/lib/X11/fonts which is incorrect if $(DESTDIR) is not-null. -- James Peterson james.peterson@mcc.com or ...sally!im4u!milano!peterson