diff options
Diffstat (limited to 'unmaintained/cv/compress-tools.patch')
-rw-r--r-- | unmaintained/cv/compress-tools.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/unmaintained/cv/compress-tools.patch b/unmaintained/cv/compress-tools.patch deleted file mode 100644 index 696064e60b..0000000000 --- a/unmaintained/cv/compress-tools.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- cv.orig/cv.c -+++ cv/cv.c -@@ -44,7 +44,7 @@ - #include "sizes.h" - #include "hlist.h" - --char *proc_names[] = {"cp", "mv", "dd", "tar", "gzip", "gunzip", "cat", "grep", "fgrep", "egrep", "cut", "sort", NULL}; -+char *proc_names[] = {"cp", "mv", "dd", "tar", "gzip", "gunzip", "cat", "grep", "fgrep", "egrep", "cut", "sort", "cpio", "xz", "bzip2", "bunzip2", NULL}; - char *proc_specifiq = NULL; - WINDOW *mainwin; - signed char flag_quiet = 0; |