pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/extract use gzip -cd instead of gzcat, the latter n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a4e687cb015
branches:  trunk
changeset: 518238:0a4e687cb015
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sun Sep 03 16:36:37 2006 +0000

description:
use gzip -cd instead of gzcat, the latter not being available on all systems,
notably not being part of pkgsrc.

diffstat:

 mk/extract/extract |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 58fde1a81915 -r 0a4e687cb015 mk/extract/extract
--- a/mk/extract/extract        Sun Sep 03 16:27:12 2006 +0000
+++ b/mk/extract/extract        Sun Sep 03 16:36:37 2006 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: extract,v 1.1 2006/06/06 03:05:48 jlam Exp $
+# $NetBSD: extract,v 1.2 2006/09/03 16:36:37 schwarz Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -100,7 +100,7 @@
 : ${CAT:=cat}
 : ${CP:=cp}
 : ${ECHO:=echo}
-: ${GZCAT:=gzcat}
+: ${GZCAT:="gzip -cd"}
 : ${LHA:=lha}
 : ${MKDIR:=mkdir}
 : ${PAX:=pax}



Home | Main Index | Thread Index | Old Index