mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
oops, forgot to remove that 9: gzip -6 is better than -9 for quake data for
some reason
This commit is contained in:
parent
0a62c2687a
commit
32dfbd8c11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue