Correct gunzip behaviour, feed the output into stdout, so the redirect works.
This commit is contained in:
parent
41a412a662
commit
cad8f58de0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.12 2003/03/08 00:22:30 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.13 2003/03/22 00:13:35 chris Exp $
|
||||
#
|
||||
# etc.cats/Makefile.inc -- cats-specific etc Makefile targets
|
||||
#
|
||||
|
@ -14,5 +14,5 @@ snap_md_post:
|
|||
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/kernel '*.gz'
|
||||
|
||||
iso-image-md-pre:
|
||||
gunzip ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd.aout-INSTALL.gz \
|
||||
gzip -dc ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd.aout-INSTALL.gz \
|
||||
> ${CDROM.dir}/netbsd
|
||||
|
|
Loading…
Reference in New Issue