Use gzcat rather than pax -z.
This commit is contained in:
parent
03973bef9a
commit
7c4aa1a2a1
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2008/05/26 02:13:21 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2012/09/20 10:01:50 jperkin Exp $
|
||||
#
|
||||
|
||||
DISTNAME= vs233
|
||||
|
@ -14,7 +14,7 @@ COMMENT= The SR language compiler and run time system
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= pax
|
||||
USE_TOOLS+= gzcat pax
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
NO_EXTRACT= yes
|
||||
|
@ -28,7 +28,7 @@ DOMOD=
|
|||
do-install:
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX:Q}/share/examples/sr
|
||||
cd ${DESTDIR}${PREFIX:Q}/share/examples/sr && \
|
||||
pax -zr ${DOMOD} -f ${DISTDIR:Q}/${DISTFILES:Q} \
|
||||
gzcat ${DISTDIR:Q}/${DISTFILES:Q} | pax -r ${DOMOD} \
|
||||
-s ,vsuite/examples,., \
|
||||
vsuite/examples
|
||||
|
||||
|
|
Loading…
Reference in a new issue