aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-07-29 19:45:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-07-29 19:45:05 +0000
commit5f9d4f6e717381aab38f09009695b14133cfc35f (patch)
tree5f363bc20c64d6993246132049ab7d4447200654 /Tools
parentd43eee908f23c5759f3d360d54967302618ac664 (diff)
downloadports-5f9d4f6e717381aab38f09009695b14133cfc35f.tar.gz
ports-5f9d4f6e717381aab38f09009695b14133cfc35f.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/mkbindist3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/portbuild/scripts/mkbindist b/Tools/portbuild/scripts/mkbindist
index fb3dc49732ef..a7468bf7ea6f 100755
--- a/Tools/portbuild/scripts/mkbindist
+++ b/Tools/portbuild/scripts/mkbindist
@@ -10,7 +10,7 @@ fi
arch=$1
branch=$2
-if [ "x$branch" != x4 -a "x$branch" != x5 -a "x$branch" != x6-exp -a "x$branch" != x6 -a "x$branch" != x7 ]; then
+if [ "x$branch" != x5 -a "x$branch" != x5-exp -a "x$branch" != x6-exp -a "x$branch" != x6-exp2 -a "x$branch" != x6 -a "x$branch" != x7 ]; then
usage
fi
@@ -53,7 +53,6 @@ cd ${tmpdir}
mtree -deU -f ${here}/src/etc/mtree/BSD.root.dist -p ${tmpdir}/
mtree -deU -f ${here}/src/etc/mtree/BSD.var.dist -p ${tmpdir}/var
mtree -deU -f ${here}/src/etc/mtree/BSD.usr.dist -p ${tmpdir}/usr
-mtree -deU -f ${here}/src/etc/mtree/BSD.local.dist -p ${tmpdir}/usr/local
# Copy the files into the tmpdir. Use an existing built world, or the ftp
# files.