* vj for bz2 compression

This commit is contained in:
peter 2005-02-11 16:05:25 +00:00
parent 7c944ee49e
commit 1d857bdb67
2 changed files with 2 additions and 2 deletions

View File

@ -1247,7 +1247,7 @@ const fpcmakeini : array[0..205,1..240] of char=(
#010+
'# Tar options'#010+
'ifeq ($(USETAR),bz2)'#010+
'TAROP','T=vI'#010+
'TAROP','T=vj'#010+
'TAREXT=.tar.bz2'#010+
'else'#010+
'TAROPT=vz'#010+

View File

@ -1203,7 +1203,7 @@ ZIPEXT=.zip
# Tar options
ifeq ($(USETAR),bz2)
TAROPT=vI
TAROPT=vj
TAREXT=.tar.bz2
else
TAROPT=vz