diff options
author | agc <agc@pkgsrc.org> | 2005-01-12 11:30:37 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-01-12 11:30:37 +0000 |
commit | aaab8e1464749f2782c423083c5faa56cc9431d2 (patch) | |
tree | 7ce270148454d91757a76e63ab7abba377661acd /bootstrap | |
parent | 63300bb8c9a5d9b618fbbdefb380f0b78f8d5b1a (diff) | |
download | pkgsrc-aaab8e1464749f2782c423083c5faa56cc9431d2.tar.gz |
Apply fixes to set TARPROG definition properly for DragonFlyBSD from
Todd Willey in PR 28941.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index b178b1cd78d..3e71eecbcfa 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.25 2005/01/05 21:51:19 tv Exp $ +# $NetBSD: bootstrap,v 1.26 2005/01/12 11:30:37 agc Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -212,6 +212,9 @@ DragonFly) 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` ;; FreeBSD) |