summaryrefslogtreecommitdiff
path: root/net-print/cups/files/cups-2.2.0-dont-compress-manpages.patch
blob: 7b61b39f16add3a53e7bc05ade2c8a89115d3035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- cups-2.2.0/config-scripts/cups-manpages.m4
+++ cups-2.2.0/config-scripts/cups-manpages.m4
@@ -53,10 +53,10 @@
 		;;
 	Linux* | GNU* | Darwin*)
 		# Linux, GNU Hurd, and macOS
-		MAN1EXT=1.gz
-		MAN5EXT=5.gz
-		MAN7EXT=7.gz
-		MAN8EXT=8.gz
+		MAN1EXT=1
+		MAN5EXT=5
+		MAN7EXT=7
+		MAN8EXT=8
 		MAN8DIR=8
 		;;
 	*)