Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 1998 05:50:00 -0700 (PDT)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        freebsd-bugs
Subject:   Re: bin/6138: error while building 2.2.6
Message-ID:  <199804261250.FAA26126@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/6138; it has been noted by GNATS.

From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804261250.FAA26126>