summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-31 15:33:56 +0000
committercjep <cjep>2002-12-31 15:33:56 +0000
commite869dda50cc5a295613c9d92d6937ba8b8df31b4 (patch)
tree2d7a15d4bbf3bcfab14e104a41a856f638b357b5 /mk
parent675c3d3e4b0bb1c91adcdf6a544cefcba5227bc7 (diff)
downloadpkgsrc-e869dda50cc5a295613c9d92d6937ba8b8df31b4.tar.gz
Add /usr/ccs, /usr/ucb and /usr/xpg4 for SunOS in sandboxDirs.
Provided that I copy a working gcc and the binaries from the bootstrap kit into the sandbox manually, this gets me as far as having a pkgsrc sandbox that can build pkg_tools/pkg_install.
Diffstat (limited to 'mk')
-rwxr-xr-xmk/bulk/mksandbox4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/mksandbox b/mk/bulk/mksandbox
index 6db1d54d1af..863286462a3 100755
--- a/mk/bulk/mksandbox
+++ b/mk/bulk/mksandbox
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: mksandbox,v 1.15 2002/12/31 15:09:01 cjep Exp $
+# $NetBSD: mksandbox,v 1.16 2002/12/31 15:33:56 cjep Exp $
#
#
# Copyright (c) 2002 Alistair G. Crooks. All rights reserved.
@@ -97,7 +97,7 @@ SunOS)
mountprog=/sbin/mount
paxprog=/bin/pax
sedprog=/usr/xpg4/bin/sed
- sandboxDirs="/bin /sbin /lib /usr/X11R6 /usr/bin /usr/games /usr/include /usr/lib /usr/openwin /usr/share /usr/sbin /var/mail"
+ sandboxDirs="/bin /sbin /lib /usr/X11R6 /usr/bin /usr/ccs /usr/games /usr/include /usr/lib /usr/openwin /usr/share /usr/sbin /usr/ucb /usr/xpg4 /var/mail"
;;
*)
echo "Unknown Operating System ($opsys) - good luck"