diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-27 22:42:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-27 22:42:00 +0000 |
commit | e242e2904e694ed4db2301dfc7aceb4f3be82fb1 (patch) | |
tree | 749fb01c957927bdfc562d518ccd0d318f5ed3f1 /Tools | |
parent | Don't try to rsync docs, we no longer need to distribute them (diff) |
Correctly set SRCBASE; the version inherited from buildenv is wrong for
the client chroots.
Notes
Notes:
svn path=/head/; revision=154617
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/portbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild index e6d56beb0e56..a42f76ecb24e 100755 --- a/Tools/portbuild/scripts/portbuild +++ b/Tools/portbuild/scripts/portbuild @@ -189,6 +189,7 @@ export PACKAGES=/tmp/packages # don't pass -j, -k etc. to sub-makes unset MAKEFLAGS unset PORTSDIR +export SRCBASE=/usr/src # wait 1 hour before killing build with no output export TIMEOUT=7200 |