wok-next view cups-pam/stuff/install-sh.u @ rev 16457

Fix: gtk+ must have clearlooks installed or it will be ugly + lxde install pcmanfm and slitaz-tools-boxes so noe installing one (lxde) package users got the a full working desktop
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 19 22:01:40 2014 +0200 (2014-04-19)
parents
children
line source
1 --- cups-1.5.3-ori/install-sh
2 +++ cups-1.5.3/install-sh
3 @@ -61,7 +61,7 @@
4 dst=""
5 dir_arg=""
7 -function gzipcp {
8 +gzipcp() {
9 # gzipcp from to
10 $gzipprog -9 <"$1" >"$2"
11 }