pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap If need_bsd_install=yes, then also set INSTA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c060bc08c739
branches:  trunk
changeset: 492408:c060bc08c739
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Mon Apr 11 21:03:21 2005 +0000

description:
If need_bsd_install=yes, then also set INSTALL accordingly in the sample
mk.conf

diffstat:

 bootstrap/bootstrap |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 24b120743eee -r c060bc08c739 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Mon Apr 11 20:40:24 2005 +0000
+++ b/bootstrap/bootstrap       Mon Apr 11 21:03:21 2005 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index