From 14670a93c3242a4df8bbbe86e459640a022a45eb Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 17 Apr 2011 06:27:51 +0000 Subject: fix: tar should use j for bzip2 git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5340 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/common/sys/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pttbbs/common/sys/Makefile b/pttbbs/common/sys/Makefile index b2dc7995..0fd27d47 100644 --- a/pttbbs/common/sys/Makefile +++ b/pttbbs/common/sys/Makefile @@ -15,9 +15,9 @@ LIB:= cmsys all: .depend big5.c: big5data.tar.bz2 big5_gen.py - tar zxf big5data.tar.bz2 + tar jxf big5data.tar.bz2 ./big5_gen.py > big5.c - tar ztf big5data.tar.bz2 | xargs rm + tar jtf big5data.tar.bz2 | xargs rm install: -- cgit v1.2.3