Magellan Linux

Contents of /trunk/cups/patches/cups-2.0.3-no-gzip-man.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2580 - (show annotations) (download)
Wed Jun 17 11:41:33 2015 UTC (8 years, 10 months ago) by niro
File size: 526 byte(s)
-cups-2.0.3 patches
1 diff -up cups-1.5b1/config-scripts/cups-manpages.m4.no-gzip-man cups-1.5b1/config-scripts/cups-manpages.m4
2 --- cups-1.5b1/config-scripts/cups-manpages.m4.no-gzip-man 2011-05-12 07:21:56.000000000 +0200
3 +++ cups-1.5b1/config-scripts/cups-manpages.m4 2011-05-23 17:25:50.000000000 +0200
4 @@ -69,10 +69,10 @@ case "$uname" in
5 ;;
6 Linux* | GNU* | Darwin*)
7 # Linux, GNU Hurd, and OS X
8 - MAN1EXT=1.gz
9 - MAN5EXT=5.gz
10 - MAN7EXT=7.gz
11 - MAN8EXT=8.gz
12 + MAN1EXT=1
13 + MAN5EXT=5
14 + MAN7EXT=7
15 + MAN8EXT=8
16 MAN8DIR=8
17 ;;
18 *)