wok diff elfkickers/receipt @ rev 17587

Up: patch 2.7.4
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 22:12:39 2015 +0000 (2015-02-08)
parents 57ab5e597f30
children 7ebadfdd02af
line diff
     1.1 --- a/elfkickers/receipt	Mon Nov 07 08:32:39 2011 +0300
     1.2 +++ b/elfkickers/receipt	Sun Feb 08 22:12:39 2015 +0000
     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