wok rev 13050

cups: Add patch:installe-sh.u
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Jun 18 21:59:17 2012 +0200 (2012-06-18)
parents 442e12fd9c8a
children 5e702bac8175
files cups-pam/receipt cups-pam/stuff/install-sh.u
line diff
     1.1 --- a/cups-pam/receipt	Mon Jun 18 21:53:37 2012 +0200
     1.2 +++ b/cups-pam/receipt	Mon Jun 18 21:59:17 2012 +0200
     1.3 @@ -18,6 +18,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	patch -p1 < $stuff/install-sh.u
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--sysconfdir=/etc \
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/cups-pam/stuff/install-sh.u	Mon Jun 18 21:59:17 2012 +0200
     2.3 @@ -0,0 +1,11 @@
     2.4 +--- cups-1.5.3-ori/install-sh
     2.5 ++++ cups-1.5.3/install-sh
     2.6 +@@ -61,7 +61,7 @@
     2.7 + dst=""
     2.8 + dir_arg=""
     2.9 + 
    2.10 +-function gzipcp {
    2.11 ++gzipcp() {
    2.12 + 	# gzipcp from to
    2.13 + 	$gzipprog -9 <"$1" >"$2"
    2.14 + }