diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-07-28 16:55:46 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-07-28 16:55:46 -0300 |
commit | eb09d8469d29be01f1829c0f646af89c49777147 (patch) | |
tree | e3b72498333cdc723e15df3cf4437d35c2b9cdc7 /~mtjm/cups-usblp/cups-no-gzip-man.patch | |
parent | db27dc25e32ae2c32b0eddfb03c239da4c8fecd3 (diff) | |
parent | 4ec65e69065fd8e2b5f56c24db933a1a6aa1e397 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to '~mtjm/cups-usblp/cups-no-gzip-man.patch')
-rw-r--r-- | ~mtjm/cups-usblp/cups-no-gzip-man.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/~mtjm/cups-usblp/cups-no-gzip-man.patch b/~mtjm/cups-usblp/cups-no-gzip-man.patch new file mode 100644 index 000000000..6786c4430 --- /dev/null +++ b/~mtjm/cups-usblp/cups-no-gzip-man.patch @@ -0,0 +1,18 @@ +diff -up cups-1.5b1/config-scripts/cups-manpages.m4.no-gzip-man cups-1.5b1/config-scripts/cups-manpages.m4 +--- cups-1.5b1/config-scripts/cups-manpages.m4.no-gzip-man 2011-05-12 07:21:56.000000000 +0200 ++++ cups-1.5b1/config-scripts/cups-manpages.m4 2011-05-23 17:25:50.000000000 +0200 +@@ -69,10 +69,10 @@ case "$uname" in + ;; + Linux* | GNU* | Darwin*) + # Linux, GNU Hurd, and Mac OS X +- MAN1EXT=1.gz +- MAN5EXT=5.gz +- MAN7EXT=7.gz +- MAN8EXT=8.gz ++ MAN1EXT=1 ++ MAN5EXT=5 ++ MAN7EXT=7 ++ MAN8EXT=8 + MAN8DIR=8 + ;; + *) |