peterson@MCC.COM (James Peterson) (10/02/87)
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