diff options
author | jschauma <jschauma> | 2005-04-11 21:03:21 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-04-11 21:03:21 +0000 |
commit | dbd1dbff809efbe1d0d1447612053ff7b205c6eb (patch) | |
tree | bafd7d7505f0294363dcf466eda84e744d2196b9 /bootstrap | |
parent | 6a5e33e6c6447097cec32a55703ba63995dbaa2e (diff) | |
download | pkgsrc-dbd1dbff809efbe1d0d1447612053ff7b205c6eb.tar.gz |
If need_bsd_install=yes, then also set INSTALL accordingly in the sample
mk.conf
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
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 |