pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Fix location of install-sh script in the boo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2d0f1195f1d
branches:  trunk
changeset: 516397:c2d0f1195f1d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jul 20 15:13:10 2006 +0000

description:
Fix location of install-sh script in the bootstrap work directory.
Problem noted by OBATA Akio on pkgsrc-users@.

diffstat:

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

diffs (20 lines):

diff -r 010b51866aa3 -r c2d0f1195f1d bootstrap/bootstrap
--- a/bootstrap/bootstrap       Thu Jul 20 14:43:34 2006 +0000
+++ b/bootstrap/bootstrap       Thu Jul 20 15:13:10 2006 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.69 2006/07/19 15:27:37 jlam Exp $
+# $NetBSD: bootstrap,v 1.70 2006/07/20 15:13:10 jlam Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -699,7 +699,7 @@
        
 if [ "$need_bsd_install" = "yes" ]; then
        echo_msg "Installing BSD compatible install script"
-       run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/install-sh/install-sh $prefix/bin/install-sh"
+       run_cmd "$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 "TOOLS_PLATFORM.install?=  $prefix/bin/install-sh" >> ${MKCONF_EXAMPLE}
 fi



Home | Main Index | Thread Index | Old Index