507d240872
sh mk/bulk/do-chroot-build restart
10 lines
241 B
Bash
10 lines
241 B
Bash
#!/bin/sh
|
|
# $NetBSD: do-sandbox-build,v 1.6 2002/03/16 10:00:17 hubertf Exp $
|
|
|
|
#
|
|
# Script to start a sandbox build
|
|
#
|
|
# See pkgsrc/Packages.txt for documentation!
|
|
#
|
|
|
|
chroot /usr/sandbox sh -c "cd /usr/cvs.local/pkgsrc/ ; sh mk/bulk/build $@"
|