wok diff tint2/receipt @ rev 15991

Up: prosody (0.9.3)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 02 14:10:27 2014 +0100 (2014-03-02)
parents 82572c53729d
children d504756dc474
line diff
     1.1 --- a/tint2/receipt	Mon May 16 12:24:37 2011 +0200
     1.2 +++ b/tint2/receipt	Sun Mar 02 14:10:27 2014 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="taskbar and panel"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://tint2.googlecode.com/files/"
     1.9  WGET_URL="$WEB_SITE/$TARBALL"
    1.10  CONFIG_FILES="/etc/xdg/tint2/tint2rc"
    1.11 @@ -29,6 +30,6 @@
    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/bin $fs/usr
    1.17 +    cp -a $install/etc $fs
    1.18 +    cp -a $install/usr/bin $fs/usr
    1.19  }