aboutsummaryrefslogtreecommitdiffstats
path: root/main/cups/install-sh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/cups/install-sh.patch')
-rw-r--r--main/cups/install-sh.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/cups/install-sh.patch b/main/cups/install-sh.patch
deleted file mode 100644
index 6a7fbbcdd0..0000000000
--- a/main/cups/install-sh.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./install-sh.orig
-+++ ./install-sh
-@@ -61,7 +61,7 @@
- dst=""
- dir_arg=""
-
--function gzipcp {
-+gzipcp() {
- # gzipcp from to
- $gzipprog -9 <"$1" >"$2"
- }