From 4ed946bca29ea5b12c5ff8c3d19720bf300d54a1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 20 Dec 2008 11:03:07 +0000 Subject: [PATCH] (svn r14701) -Change: Debian's lintian complains about not using the best compression for compressing the man-page. --- Makefile.bundle.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.bundle.in b/Makefile.bundle.in index f9625f80c0..2475c10c4c 100644 --- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -66,7 +66,7 @@ endif ifdef MAN_DIR $(Q)mkdir -p "$(BUNDLE_DIR)/man/" $(Q)cp "$(ROOT_DIR)/docs/openttd.6" "$(BUNDLE_DIR)/man/" - $(Q)gzip "$(BUNDLE_DIR)/man/openttd.6" + $(Q)gzip -9 "$(BUNDLE_DIR)/man/openttd.6" endif $(Q)cp "$(ROOT_DIR)/media/openttd.32.xpm" "$(BUNDLE_DIR)/media/" $(Q)cp "$(ROOT_DIR)/media/openttd."*.png "$(BUNDLE_DIR)/media/"