From dc40bcec018c5d437e546f24e817561e7d98942c Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 10 Apr 2003 20:10:15 +0000 Subject: make usage of pax more consistent, use -O to bomb on broken archives (suggested by lukem), group z, r and f flags. some whitespace cleanup. --- emulators/hercules-images/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators/hercules-images') diff --git a/emulators/hercules-images/Makefile b/emulators/hercules-images/Makefile index fa04e0c5d72..53b9ccf00d6 100644 --- a/emulators/hercules-images/Makefile +++ b/emulators/hercules-images/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/03/29 12:40:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/04/10 20:10:16 grant Exp $ DISTNAME= mftr33 PKGNAME= hercules-images-20010222 @@ -16,7 +16,7 @@ EXTRACT_ONLY= do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/data/hercules - cd ${PREFIX}/share/data/hercules; \ - (${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ; dd if=/dev/zero bs=10k count=2) | ${PAX} -r + cd ${PREFIX}/share/data/hercules && \ + (${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}; dd if=/dev/zero bs=10k count=2) | ${PAX} -O -r .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3