diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2011-04-17 14:27:51 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2011-04-17 14:27:51 +0800 |
commit | 14670a93c3242a4df8bbbe86e459640a022a45eb (patch) | |
tree | e4e02f93f3d2dffed854aec0d11459b1ea702595 | |
parent | 64eca69033615f526adfaadc5711b14a1ca7a5b1 (diff) | |
download | pttbbs-14670a93c3242a4df8bbbe86e459640a022a45eb.tar pttbbs-14670a93c3242a4df8bbbe86e459640a022a45eb.tar.gz pttbbs-14670a93c3242a4df8bbbe86e459640a022a45eb.tar.bz2 pttbbs-14670a93c3242a4df8bbbe86e459640a022a45eb.tar.lz pttbbs-14670a93c3242a4df8bbbe86e459640a022a45eb.tar.xz pttbbs-14670a93c3242a4df8bbbe86e459640a022a45eb.tar.zst pttbbs-14670a93c3242a4df8bbbe86e459640a022a45eb.zip |
fix: tar should use j for bzip2
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5340 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/common/sys/Makefile | 4 |
1 files 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: |