diff options
author | sketch <sketch@pkgsrc.org> | 2008-11-19 16:35:23 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2008-11-19 16:35:23 +0000 |
commit | 6c43cf49d5706ad8202de70e65fe376ed324ab81 (patch) | |
tree | eeb21c6dc44e94113b9197634700f6332a018ed1 /bootstrap | |
parent | cc9b70968454e5bdd69d4a1ba949d0725d016706 (diff) | |
download | pkgsrc-6c43cf49d5706ad8202de70e65fe376ed324ab81.tar.gz |
/usr/ucb/install cannot handle a Solaris zone with a read-only /usr but
writeable /usr/pkg, so use install-sh on Solaris instead.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
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 |