diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-25 04:20:39 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-25 04:20:39 +0000 |
commit | eef560e83f20954d2b55d0530c06736eb5f54df3 (patch) | |
tree | 17c81c247432ffe43348d8e49478afcfeb6f99f3 /games/linux-ut | |
parent | 03847fb4878f3a3e4ceb85c3a917a8aebd910995 (diff) |
Notes
Diffstat (limited to 'games/linux-ut')
-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/. |