wok diff libnfnetlink/receipt @ rev 17244

lxqt-themes: add patch
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 21:57:38 2014 +0200 (2014-10-18)
parents b7319995b37e
children 93d83d6b247d
line diff
     1.1 --- a/libnfnetlink/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/libnfnetlink/receipt	Sat Oct 18 21:57:38 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Low-level library for netfilter related kernel/userspace communication."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/"
    1.10  WGET_URL="${WEB_SITE}files/$TARBALL"
    1.11 @@ -22,5 +23,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.17  }