summaryrefslogtreecommitdiff
path: root/Build/source/utils/lzma/extra/less/lesspipe-1.53-lzma.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/lzma/extra/less/lesspipe-1.53-lzma.patch')
-rw-r--r--Build/source/utils/lzma/extra/less/lesspipe-1.53-lzma.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/Build/source/utils/lzma/extra/less/lesspipe-1.53-lzma.patch b/Build/source/utils/lzma/extra/less/lesspipe-1.53-lzma.patch
deleted file mode 100644
index 10b63493043..00000000000
--- a/Build/source/utils/lzma/extra/less/lesspipe-1.53-lzma.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-# This patch has been put into the public domain
-# by Per Øyvind Karlsen <pkarlsen@mandriva.com>.
-
---- lesspipe.sh.old 2006-09-20 20:21:46.000000000 +0200
-+++ lesspipe.sh 2007-05-04 00:10:43.000000000 +0200
-@@ -180,6 +180,12 @@ get_cmd () {
- set "$1" $tmp..
- fi
-
-+ #(peroyvind): magic bytes for lzma not okay yet, do check against file ending in stead
-+ if [[ "$2" = *.lzma ]] ; then
-+ cmd=(lzma -cd "$2")
-+ return
-+ fi
-+
- if [[ "$1" = *bzip*compress* || "$1" = *compress[\'e]d\ * || "$1" = *packed\ data* ]]; then
- if [[ "$3" = $sep$sep ]]; then
- return
---- lesspipe.sh.in.lzma 2007-06-07 16:14:38.000000000 +0200
-+++ lesspipe.sh.in 2007-06-07 16:14:40.000000000 +0200
-@@ -183,6 +183,12 @@ get_cmd () {
- set "$1" $tmp..
- fi
-
-+ #(peroyvind): magic bytes for lzma not okay yet, do check against file ending in stead
-+ if [[ "$2" = *.lzma ]] ; then
-+ cmd=(lzma -cd "$2")
-+ return
-+ fi
-+
- if [[ "$1" = *bzip*compress* || "$1" = *compress[\'e]d\ * || "$1" = *packed\ data* ]]; then
- if [[ "$3" = $sep$sep ]]; then
- return