wok diff tint2/receipt @ rev 15641

Down rack (1.3.5) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 20:48:15 2013 +0000 (2013-12-09)
parents 82572c53729d
children d504756dc474
line diff
     1.1 --- a/tint2/receipt	Mon May 16 12:24:37 2011 +0200
     1.2 +++ b/tint2/receipt	Mon Dec 09 20:48:15 2013 +0000
     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  }