wok diff editobj/receipt @ rev 17764
epdf: hide false positive
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 12 09:36:28 2015 +0100 (2015-03-12) |
parents | 81200a5ef6b9 |
children | 16df76e1fc6a |
line diff
1.1 --- a/editobj/receipt Thu Nov 03 23:13:21 2011 +0100 1.2 +++ b/editobj/receipt Thu Mar 12 09:36:28 2015 +0100 1.3 @@ -6,6 +6,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Dialog box generator for Python objects." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$SOURCE-$VERSION.tar.gz" 1.9 WEB_SITE="http://home.gna.org/oomadness/en/$PACKAGE/" 1.10 WGET_URL="http://download.gna.org/songwrite/$TARBALL" 1.11 @@ -23,5 +24,5 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - cp -a $_pkg/usr/ $fs 1.16 + cp -a $install/usr/ $fs 1.17 }