summaryrefslogtreecommitdiff
path: root/mk/bulk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-22 13:08:32 +0000
committergrant <grant@pkgsrc.org>2004-01-22 13:08:32 +0000
commitc7be5308d135478ceb2aba7d6fdad5dc0954b43c (patch)
treed7a9b976c7de177ab980ea3beb8f5342806b55f5 /mk/bulk
parentc343223a5f20988ad9ff0ed4dbe3a587e14d3214 (diff)
downloadpkgsrc-c7be5308d135478ceb2aba7d6fdad5dc0954b43c.tar.gz
sandboxed builds also need /usr/dt and /usr/ucblib on Solaris.
Diffstat (limited to 'mk/bulk')
-rwxr-xr-xmk/bulk/mksandbox4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/mksandbox b/mk/bulk/mksandbox
index a80c933ef02..05461179085 100755
--- a/mk/bulk/mksandbox
+++ b/mk/bulk/mksandbox
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: mksandbox,v 1.26 2004/01/20 01:01:56 grant Exp $
+# $NetBSD: mksandbox,v 1.27 2004/01/22 13:08:32 grant Exp $
#
#
# Copyright (c) 2002 Alistair G. Crooks. All rights reserved.
@@ -101,7 +101,7 @@ SunOS)
mountprog=/sbin/mount
paxprog=/bin/pax
sedprog=/usr/xpg4/bin/sed
- sandboxMountDirs="/bin /sbin /kernel /lib /proc /usr/X11R6 /usr/bin /usr/ccs /usr/games /usr/include /usr/lib /usr/openwin /usr/share /usr/sbin /usr/ucb /usr/xpg4 /var/mail"
+ sandboxMountDirs="/bin /sbin /kernel /lib /proc /usr/X11R6 /usr/bin /usr/ccs /usr/dt /usr/games /usr/include /usr/lib /usr/openwin /usr/share /usr/sbin /usr/ucb /usr/ucblib /usr/xpg4 /var/mail"
;;
*)
echo "Unknown Operating System ($opsys) - good luck"