wok diff gzip-full/receipt @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
parents 94e1889a6838
children 2b9f96603415
line diff
     1.1 --- a/gzip-full/receipt	Thu Jan 20 18:07:19 2011 +0000
     1.2 +++ b/gzip-full/receipt	Sun May 26 19:06:03 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gzip-full"
     1.7 -VERSION="1.4"
     1.8 +VERSION="1.5"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Gzip full programs"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -13,7 +13,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/bin
    1.16 -	cp -a $_pkg/usr/bin/z* $fs/usr/bin
    1.17 -	cp -a $_pkg/usr/bin/un* $fs/usr/bin
    1.18 +	cp -a $install/usr/bin/z* $fs/usr/bin
    1.19 +	cp -a $install/usr/bin/un* $fs/usr/bin
    1.20  }
    1.21