From 79e8d907f31bd30fa222299a73870798f6eb2b0c Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 20 Jun 2002 09:49:41 +0000 Subject: Inadvertently, I did not remove these lines when I got rid of the use of the temporary file, and so "make do-extract" was broken. reported by: dougb --- x11-fonts/sgifonts/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'x11-fonts') diff --git a/x11-fonts/sgifonts/Makefile b/x11-fonts/sgifonts/Makefile index d7d7aab0fb42..e1ef338be2d2 100644 --- a/x11-fonts/sgifonts/Makefile +++ b/x11-fonts/sgifonts/Makefile @@ -26,10 +26,6 @@ do-extract: @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 \ - < ${WRKDIR}/sgifonts.cpio @${TAR} -C ${WRKDIR} -xf ${WRKDIR}/sgi-fonts.tar.gz pre-install: -- cgit