diff options
-rw-r--r-- | games/linux-ut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-ut/Makefile b/games/linux-ut/Makefile index 7f2a3772ab2d..19576ea3bad6 100644 --- a/games/linux-ut/Makefile +++ b/games/linux-ut/Makefile @@ -41,7 +41,7 @@ do-extract: @${MKDIR} ${WRKSRC} .for file in ${PATCH436FILES:C/:.*//} @cd ${WRKSRC} &&\ - ${SED} -e '1,/exit $$res/d' ${_DISTDIR}/${file} | ${TAR} zxf - + ${SED} -e '1,/exit $$res/d' ${_DISTDIR}/${file} | ${GUNZIP_CMD} -q | ${TAR} xf - .endfor @${MV} ${WRKSRC}/bin/Linux/x86/ucc ${WRKSRC}/bin/. |