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