summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2005-04-11 21:03:21 +0000
committerjschauma <jschauma@pkgsrc.org>2005-04-11 21:03:21 +0000
commitccfb405e99642d31cf3961c78d5e0f143e37e093 (patch)
treebafd7d7505f0294363dcf466eda84e744d2196b9 /bootstrap
parentccbed90a30baf07b3629e070cccf5c54c5bcf4fc (diff)
downloadpkgsrc-ccfb405e99642d31cf3961c78d5e0f143e37e093.tar.gz
If need_bsd_install=yes, then also set INSTALL accordingly in the sample
mk.conf
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
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