Use input redirection with "bzcat" once again because it refuses to handle
symbolic links on files.
This commit is contained in:
parent
45861306dd
commit
c592794199
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.mk,v 1.243 1999/04/03 21:03:50 tron Exp $
|
||||
# $NetBSD: bsd.pkg.mk,v 1.244 1999/04/04 12:56:05 tron Exp $
|
||||
#
|
||||
# This file is in the public domain.
|
||||
#
|
||||
|
@ -282,7 +282,7 @@ BZCAT= /usr/bin/bzcat
|
|||
BZCAT= ${LOCALBASE}/bin/bzcat
|
||||
BUILD_DEPENDS+= ${BZCAT}:${PKGSRCDIR}/archivers/bzip2
|
||||
.endif # !exists bzcat
|
||||
DECOMPRESS_CMD?= ${BZCAT}
|
||||
DECOMPRESS_CMD?= ${BZCAT} <
|
||||
.else
|
||||
DECOMPRESS_CMD?= ${GZCAT}
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue