Subject: sysinst, menuc & msgc and DESTDIR builds
To: None <tech-install@netbsd.org>
From: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
List: tech-install
Date: 10/23/2000 03:56:12
It seems the old menuc and msgc files are picked up when doing a DESTDIR
build. Any objections to compile the patch below?
- Hubert
Index: Makefile.inc
===================================================================
RCS file: /cvsroot/basesrc/distrib/utils/sysinst/Makefile.inc,v
retrieving revision 1.9
diff -u -r1.9 Makefile.inc
--- Makefile.inc 2000/08/11 13:05:15 1.9
+++ Makefile.inc 2000/10/23 01:48:45
@@ -38,8 +38,8 @@
.PATH: ${.CURDIR}/../..
-MENUC?=menuc
-MSGC?=msgc
+MENUC?= MENUDEF=${DESTDIR}/usr/share/misc ${DESTDIR}/usr/bin/menuc
+MSGC?= MSGDEF=${DESTDIR}/usr/share/misc ${DESTDIR}/usr/bin/msgc
.include <bsd.prog.mk>
--
Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>