diff options
author | agc <agc@pkgsrc.org> | 2005-01-20 22:36:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-01-20 22:36:06 +0000 |
commit | 9a0ca490ffc36347b519ecb84709cd200d0879a5 (patch) | |
tree | 36e86eb05091aa64298be53e038d1a533f8fe62f /bootstrap | |
parent | 1f70a5fc89b314be9680ebf04f3c5d2e411ccdb3 (diff) | |
download | pkgsrc-9a0ca490ffc36347b519ecb84709cd200d0879a5.tar.gz |
DragonFly's pax(1) has different options to those in NetBSD.
Re-bootstrapping with pax fixes the situation.
Fix from Todd Willey.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 99d38cbf22a..b43983faa7a 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.28 2005/01/16 02:56:24 grant Exp $ +# $NetBSD: bootstrap,v 1.29 2005/01/20 22:36:06 agc Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -207,12 +207,11 @@ Darwin) ;; DragonFly) root_group=wheel - need_pax=no + need_pax=yes need_mtree=no need_bsd_install=no need_sed=no set_opsys=no - check_prog paxprog pax check_prog tarprog tar check_prog mtreeprog mtree machine_arch=`uname -p` |