From: Bdale Garbee Date: Mon, 21 Feb 2011 05:25:17 +0000 (-0700) Subject: implement as a patch, not directly X-Git-Tag: debian/1.4-1~19 X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=commitdiff_plain;h=380aff3b6637cbde5669a8f6808a94dc9f4fd605 implement as a patch, not directly --- diff --git a/debian/patches/series b/debian/patches/series index 864a5ac..f008915 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ getdtablesize-missing.diff +zless-LESSOPEN.diff diff --git a/zless.in b/zless.in index 0aa940f..dbdcfbe 100644 --- a/zless.in +++ b/zless.in @@ -53,5 +53,5 @@ if test "${LESSMETACHARS+set}" != set; then export LESSMETACHARS fi -LESSOPEN="|-gzip -cdfq -- %s"; export LESSOPEN +LESSOPEN="|gzip -cdfq -- %s"; export LESSOPEN exec less "$@"