wok diff songwrite/receipt @ rev 16480

xpain: typo
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 03:24:25 2014 +0200 (2014-04-23)
parents 532ab3b57d40
children 3ccc69bd69ec
line diff
     1.1 --- a/songwrite/receipt	Fri Nov 04 12:23:07 2011 +0100
     1.2 +++ b/songwrite/receipt	Wed Apr 23 03:24:25 2014 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="music score and songbook editor."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://home.gna.org/oomadness/en/songwrite/"
    1.10  WGET_URL="http://download.gna.org/songwrite/$TARBALL"
    1.11 @@ -24,5 +25,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  }