wok diff dar/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 6ce5c4a87753
children 2758b576b60b
line diff
     1.1 --- a/dar/receipt	Tue Aug 14 13:38:52 2012 +0200
     1.2 +++ b/dar/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Disk archive."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://dar.linux.free.fr/"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -27,5 +28,5 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	cp -a $_pkg/* $fs
    1.16 +	cp -a $install/* $fs
    1.17  }