From 18e45fb201c1d97fcdd718a1b2077e4ca02bac7b Mon Sep 17 00:00:00 2001 From: sketch Date: Wed, 19 Nov 2008 16:35:23 +0000 Subject: /usr/ucb/install cannot handle a Solaris zone with a read-only /usr but writeable /usr/pkg, so use install-sh on Solaris instead. --- bootstrap/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 1ed998dd7c4..2b75a42008c 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.136 2008/10/14 22:50:54 joerg Exp $ +# $NetBSD: bootstrap,v 1.137 2008/11/19 16:35:23 sketch Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -571,7 +571,7 @@ SunOS) fi root_group=root need_pax=yes - need_bsd_install=no + need_bsd_install=yes need_awk=yes need_sed=yes need_ksh=yes -- cgit v1.2.3