wok diff cups/stuff/install-sh.u @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cups/stuff/install-sh.u	Thu Apr 10 19:50:37 2014 +0200
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- cups-1.5.3-ori/install-sh
     1.5 ++++ cups-1.5.3/install-sh
     1.6 +@@ -61,7 +61,7 @@
     1.7 + dst=""
     1.8 + dir_arg=""
     1.9 + 
    1.10 +-function gzipcp {
    1.11 ++gzipcp() {
    1.12 + 	# gzipcp from to
    1.13 + 	$gzipprog -9 <"$1" >"$2"
    1.14 + }