wok diff knock/receipt @ rev 16815

Up gsettings-desktop-schemas (3.12.2)
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 23:12:54 2014 -0300 (2014-07-10)
parents 9c3435378d26
children 216fe5c85b71
line diff
     1.1 --- a/knock/receipt	Wed May 18 00:41:58 2011 +0200
     1.2 +++ b/knock/receipt	Thu Jul 10 23:12:54 2014 -0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="Port knock sequence listener."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.zeroflux.org/$PACKAGE"
    1.10  WGET_URL="http://www.zeroflux.org/proj/$PACKAGE/files/$TARBALL"
    1.11 @@ -29,9 +30,9 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/etc $fs
    1.16 -	cp -a $_pkg/usr/sbin $fs/usr
    1.17 -	cp -a $_pkg/usr/bin $fs/usr
    1.18 +	cp -a $install/etc $fs
    1.19 +	cp -a $install/usr/sbin $fs/usr
    1.20 +	cp -a $install/usr/bin $fs/usr
    1.21  	cp -a stuff/etc $fs
    1.22  }
    1.23