From dbd1dbff809efbe1d0d1447612053ff7b205c6eb Mon Sep 17 00:00:00 2001 From: jschauma Date: Mon, 11 Apr 2005 21:03:21 +0000 Subject: If need_bsd_install=yes, then also set INSTALL accordingly in the sample mk.conf --- bootstrap/bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index cf2c8ddd03f..48e125a8e9d 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.33 2005/04/10 21:54:13 jschauma Exp $ +# $NetBSD: bootstrap,v 1.34 2005/04/11 21:03:21 jschauma Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -616,6 +616,7 @@ if [ "$need_bsd_install" = "yes" ]; then echo_msg "Installing BSD compatible install script" run_cmd "$shprog $wrkdir/install-sh -c -o $user -g $group -m 755 $wrkdir/install-sh $prefix/bin/install-sh" BSTRAP_ENV="INSTALL='$prefix/bin/install-sh -c' $BSTRAP_ENV" + echo "INSTALL=$prefix/bin/install-sh" >> ${MKCONF_EXAMPLE} fi if [ "$need_fixed_strip" = "yes" ] ; then -- cgit v1.2.3