diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-07 13:50:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-07 13:51:28 +0000 |
commit | 01e5538221b20983a09f09cfe0ce0d19bce8b3c1 (patch) | |
tree | 242f741d394fbe8487f16f71deceb76e66c5cb90 /main/cups/install-sh.patch | |
parent | 632b214adf3f804e702da81ec986dd1c0ce17712 (diff) | |
download | aports-01e5538221b20983a09f09cfe0ce0d19bce8b3c1.tar.bz2 aports-01e5538221b20983a09f09cfe0ce0d19bce8b3c1.tar.xz |
main/cups: upgrade to 1.5.3
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" + } |