summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2005-01-20 22:36:06 +0000
committeragc <agc@pkgsrc.org>2005-01-20 22:36:06 +0000
commitffe1509afbfc3fceb4840c43ac922943341e2ccb (patch)
tree36e86eb05091aa64298be53e038d1a533f8fe62f /bootstrap
parent19c35603677c604596464e1f63545f87fd404d9f (diff)
downloadpkgsrc-ffe1509afbfc3fceb4840c43ac922943341e2ccb.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-xbootstrap/bootstrap5
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`