pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Build install-sh a bit earlier, so it's avai...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/084c1241ade6
branches:  trunk
changeset: 542653:084c1241ade6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat May 24 13:38:33 2008 +0000

description:
Build install-sh a bit earlier, so it's available before pdksh.

diffstat:

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

diffs (31 lines):

diff -r 5f3689a114c7 -r 084c1241ade6 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Sat May 24 13:30:36 2008 +0000
+++ b/bootstrap/bootstrap       Sat May 24 13:38:33 2008 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.126 2008/05/23 18:06:44 tnn Exp $
+# $NetBSD: bootstrap,v 1.127 2008/05/24 13:38:33 tnn Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -1044,6 +1044,9 @@
 
 echo_msg "Installing packages"
 build_package "pkgtools/bootstrap-mk-files"
+case "$need_bsd_install" in
+yes)   build_package "sysutils/install-sh";;
+esac
 case "$need_ksh" in
 yes)   build_package "shells/pdksh";;
 esac
@@ -1054,9 +1057,6 @@
 case "$need_sed" in
 yes)   build_package "textproc/nbsed" "LIBNBCOMPAT_STYLE=inplace";;
 esac
-case "$need_bsd_install" in
-yes)   build_package "sysutils/install-sh";;
-esac
 case "$need_extras" in
 yes)   build_package "pkgtools/bootstrap-extras";;
 esac



Home | Main Index | Thread Index | Old Index