summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortnn <tnn>2008-05-24 13:38:33 +0000
committertnn <tnn>2008-05-24 13:38:33 +0000
commit9d204bc4b19d5b8a70f6beaa40b20387580cce55 (patch)
tree04bff649111949108302b23108c3b71580e83cf4 /bootstrap
parentd47cff8ab3f9c739cc2e9b39f34bfe5125f489ce (diff)
downloadpkgsrc-9d204bc4b19d5b8a70f6beaa40b20387580cce55.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