summaryrefslogtreecommitdiff
path: root/games-simulation/openttd/files/openttd-1.9.0-dont_compress_manpages.patch
blob: d151dbf36931ca9a3f88aabc329ac41f74475050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From da54b0365997181979d5c7131e99957424d4a167 Mon Sep 17 00:00:00 2001
From: Lars Wendler <polynomial-c@gentoo.org>
Date: Wed, 3 Apr 2019 13:53:50 +0200
Subject: [PATCH] Do not compress man-pages by default

Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
---
 Makefile.bundle.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.bundle.in b/Makefile.bundle.in
index eaf7134dd..1c2523181 100644
--- a/Makefile.bundle.in
+++ b/Makefile.bundle.in
@@ -77,7 +77,6 @@ endif
 ifdef MAN_DIR
 	$(Q)mkdir -p "$(BUNDLE_DIR)/man/"
 	$(Q)cp "$(ROOT_DIR)/docs/openttd.6"       "$(BUNDLE_DIR)/man/"
-	$(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/"
@@ -219,7 +218,7 @@ endif
 ifdef MAN_DIR
 ifndef DO_NOT_INSTALL_MAN
 	$(Q)install -d "$(INSTALL_MAN_DIR)"
-	$(Q)install -m 644 "$(BUNDLE_DIR)/man/openttd.6.gz" "$(INSTALL_MAN_DIR)/${BINARY_NAME}.6.gz"
+	$(Q)install -m 644 "$(BUNDLE_DIR)/man/openttd.6" "$(INSTALL_MAN_DIR)/${BINARY_NAME}.6"
 endif
 endif
 ifdef MENU_DIR
-- 
2.21.0