summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2008-11-19 16:35:23 +0000
committersketch <sketch@pkgsrc.org>2008-11-19 16:35:23 +0000
commit6c43cf49d5706ad8202de70e65fe376ed324ab81 (patch)
treeeeb21c6dc44e94113b9197634700f6332a018ed1 /bootstrap
parentcc9b70968454e5bdd69d4a1ba949d0725d016706 (diff)
downloadpkgsrc-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-xbootstrap/bootstrap4
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