From owner-freebsd-bugs Sun Apr 26 05:52:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26141 for freebsd-bugs-outgoing; Sun, 26 Apr 1998 05:50:05 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26126; Sun, 26 Apr 1998 05:50:00 -0700 (PDT) (envelope-from gnats) Date: Sun, 26 Apr 1998 05:50:00 -0700 (PDT) Message-Id: <199804261250.FAA26126@hub.freebsd.org> To: freebsd-bugs From: Andre Albsmeier Subject: Re: bin/6138: error while building 2.2.6 Reply-To: Andre Albsmeier Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6138; it has been noted by GNATS. From: Andre Albsmeier To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/6138: error while building 2.2.6 Date: Sun, 26 Apr 1998 14:39:11 +0200 (CEST) This fixes the bug by creating $INFODIR: *** share/info/Makefile.ORI Sat Apr 25 15:34:50 1998 --- share/infoMakefile Sat Apr 25 15:34:22 1998 *************** *** 6,11 **** --- 6,14 ---- all clean cleandir depend lint tags: beforeinstall: + .if !exists(${DESTDIR}${INFODIR}) + mkdir -p ${DESTDIR}${INFODIR} + .endif ${INSTALL} -c -o ${INFOOWN} -g ${INFOGRP} -m ${INFOMODE} dir-tmpl \ ${DESTDIR}${INFODIR}/dir-tmpl .if !exists(${DESTDIR}${INFODIR}/dir) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message