From 2984dae8135d587916283d904e88cfe0e1c560b6 Mon Sep 17 00:00:00 2001 From: hans Date: Tue, 4 Oct 2011 11:37:38 +0000 Subject: Not every tar knows -z. --- bootstrap/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 89b5bef9efe..2143a00dd8c 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.170 2011/09/14 15:14:53 hans Exp $ +# $NetBSD: bootstrap,v 1.171 2011/10/04 11:37:38 hans Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -109,7 +109,7 @@ mkbinarykit_tgz() { # in case tar was built by bootstrap PATH="$prefix/bin:$PATH"; export PATH - cd / && tar -hzcf "${binary_gzip_kit}" .$prefix .$pkgdbdir .$etc_mk_conf + cd / && tar -hcf - .$prefix .$pkgdbdir .$etc_mk_conf | gzip > "${binary_gzip_kit}" } die() -- cgit v1.2.3