pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk only try to run the build if "cd /usr/pkgsrc" ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/645baa677a1b
branches:  trunk
changeset: 488129:645baa677a1b
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jan 25 08:47:55 2005 +0000

description:
only try to run the build if "cd /usr/pkgsrc" is successful.

diffstat:

 mk/bulk/do-sandbox-build |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 20cfc4ce02dd -r 645baa677a1b mk/bulk/do-sandbox-build
--- a/mk/bulk/do-sandbox-build  Tue Jan 25 05:21:53 2005 +0000
+++ b/mk/bulk/do-sandbox-build  Tue Jan 25 08:47:55 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: do-sandbox-build,v 1.8 2005/01/10 20:00:30 hubertf Exp $
+#      $NetBSD: do-sandbox-build,v 1.9 2005/01/25 08:47:55 grant Exp $
 
 #
 # Script to start a sandbox build
@@ -8,4 +8,4 @@
 #
 
 sh=`which sh`
-chroot /usr/sandbox $sh -c "cd /usr/pkgsrc/ ; $sh mk/bulk/build $@"
+chroot /usr/sandbox $sh -c "cd /usr/pkgsrc && $sh mk/bulk/build $@"



Home | Main Index | Thread Index | Old Index