From cc1dc84ef205288ae879d0b4088ab8a47a8a5875 Mon Sep 17 00:00:00 2001 From: maho Date: Fri, 7 May 2004 17:20:36 +0000 Subject: Fix extract command (helpcontents now have some trailing gabage) Submitted by: Gerrit Kuhn --- editors/openoffice-1.1-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/openoffice-1.1-devel') diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index cdd8e28..19f190d 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -321,7 +321,7 @@ post-extract: @${ECHO_MSG} "===> Extracting L10NHELP sub project" @${MKDIR} ${WRKDIR}/L10NHELP @cd ${WRKDIR}/L10NHELP && \ - ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${L10NHELP} + ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${L10NHELP} | ${GZIP_CMD} -d | ${TAR} xf - .endif post-patch: -- cgit v1.1