File: 040_use-gunzip-instead-of-gzcat.patch

package info (click to toggle)
latex-mk 2.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,004 kB
  • sloc: sh: 4,252; makefile: 167
file content (18 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Use gunzip -c instead of gzcat
# Author: Vincent Legout <vincent@legout.info>
# Last-Update: 2010-04-20
# Bug-Debian: http://bugs.debian.org/560227

Index: latex-mk-2.0/latex.mk.in.in
===================================================================
--- latex-mk-2.0.orig/latex.mk.in.in	2010-04-20 10:42:13.531958711 +0800
+++ latex-mk-2.0/latex.mk.in.in	2010-04-20 10:42:24.253147144 +0800
@@ -158,7 +158,7 @@
 GV?=		@GV@
 GV_FLAGS?=
 GV_LANDSCAPE_FLAGS?=	-landscape
-GZCAT?=		@GZCAT@
+GZCAT?=		gunzip -c
 GZIP?=		@GZIP@
 HACHA?=		@HACHA@
 HACHA_ENV?=