diff options
Diffstat (limited to 'unmaintained/cv/compress-tools.patch')
-rw-r--r-- | unmaintained/cv/compress-tools.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/cv/compress-tools.patch b/unmaintained/cv/compress-tools.patch new file mode 100644 index 0000000000..696064e60b --- /dev/null +++ b/unmaintained/cv/compress-tools.patch @@ -0,0 +1,11 @@ +--- 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; |