diff options
author | tv <tv@pkgsrc.org> | 2004-03-11 19:45:09 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-03-11 19:45:09 +0000 |
commit | 3c6beb239f98acd60734abb80486cbedae365ed6 (patch) | |
tree | d0fba1278cd08d053584e20051a00b9a1d369666 /bootstrap | |
parent | 649a33d816cb0cfce06719f59ed622847960e0b5 (diff) | |
download | pkgsrc-3c6beb239f98acd60734abb80486cbedae365ed6.tar.gz |
Interix needs pax too. <grumble>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index f1e29b2ee61..9597efeaf63 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.4 2004/03/11 17:47:18 sketch Exp $ +# $NetBSD: bootstrap,v 1.5 2004/03/11 19:45:09 tv Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -290,7 +290,7 @@ Interix) } root_user=`id -un` root_group=+Administrators - need_pax=no + need_pax=yes need_mtree=yes need_bsd_install=yes need_sed=yes |