wok diff elfkickers/receipt @ rev 17496

syslinux/iso2exe: check ISO md5 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 05 12:38:18 2015 +0100 (2015-01-05)
parents 57ab5e597f30
children 7ebadfdd02af
line diff
     1.1 --- a/elfkickers/receipt	Mon Nov 07 08:32:39 2011 +0300
     1.2 +++ b/elfkickers/receipt	Mon Jan 05 12:38:18 2015 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Misc ELF linker format tools."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.muppetlabs.com/~breadbox/software/elfkickers.html"
    1.10  WGET_URL="http://www.muppetlabs.com/~breadbox/pub/software//$TARBALL"
    1.11 @@ -27,6 +28,6 @@
    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  }
    1.18