From 79986d8a8c32bff0e43182db3d08a74de6967af7 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Wed, 19 Jun 2002 01:30:06 +0000 Subject: Use a pipe instead of a temporary file. --- x11-fonts/sgifonts/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-fonts/sgifonts') diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile index 1ebe8d6d2f3b..d7d7aab0fb42 100644 --- a/x11-fonts/sgifonts/Makefile +++ b/x11-fonts/sgifonts/Makefile @@ -23,8 +23,9 @@ WRKSRC= ${WRKDIR}/sgi-fonts do-extract: @${MKDIR} ${WRKDIR} - @rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \ - > ${WRKDIR}/sgifonts.cpio + @cd ${WRKDIR}; rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} \ + | cpio --extract --no-preserve-owner \ + --preserve-modification-time --unconditional --quiet @cd ${WRKDIR}; \ cpio --extract --no-preserve-owner \ --preserve-modification-time --unconditional --quiet \ -- cgit v1.2.3