summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-05-24 13:38:33 +0000
committertnn <tnn@pkgsrc.org>2008-05-24 13:38:33 +0000
commitd510667ede5aa0788fccc6d6625d5229e07e0cee (patch)
tree04bff649111949108302b23108c3b71580e83cf4 /bootstrap
parent1b0172a782a0bcb9b9e12b3ddd03282f78b25088 (diff)
downloadpkgsrc-d510667ede5aa0788fccc6d6625d5229e07e0cee.tar.gz
Build install-sh a bit earlier, so it's available before pdksh.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 1f5e40eb16b..0e80cb046e7 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -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 @@ build_package() {
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 @@ esac
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