oops, forgot to remove that 9: gzip -6 is better than -9 for quake data for

some reason
This commit is contained in:
Bill Currie 2002-04-10 19:12:45 +00:00
parent 0a62c2687a
commit 32dfbd8c11
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pkgdatadir=@sharepath@/id1
QFCC=$(top_builddir)/tools/qfcc/source/qfcc
QCFLAGS=-g -Werror
QCPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include
GZIP=if echo $@ | grep -q .gz; then gzip -fv `basename $@ .gz`; if test -f `basename $@ .dat.gz`.sym; then gzip -fv9 `basename $@ .dat.gz`.sym; fi; fi
GZIP=if echo $@ | grep -q .gz; then gzip -fv `basename $@ .gz`; if test -f `basename $@ .dat.gz`.sym; then gzip -fv `basename $@ .dat.gz`.sym; fi; fi
if HAVE_ZLIB
GZ=.gz
else