From 5f9d4f6e717381aab38f09009695b14133cfc35f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 29 Jul 2007 19:45:05 +0000 Subject: * Retire 4 build and add 6-exp2 experimental build * Don't populate BSD.local.dist, this file is maintained in the ports tree now and is populated at build time --- Tools/portbuild/scripts/mkbindist | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Tools') 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. -- cgit v1.2.3