wok diff gpa-langpack/receipt @ rev 17255

mc: fix build
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Oct 20 20:17:03 2014 +0200 (2014-10-20)
parents 08e79d7c5e4b
children 2a3377f9cb0b
line diff
     1.1 --- a/gpa-langpack/receipt	Wed Mar 09 05:01:51 2011 +0100
     1.2 +++ b/gpa-langpack/receipt	Mon Oct 20 20:17:03 2014 +0200
     1.3 @@ -5,15 +5,16 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="Gnu Privacy Assistant locales"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="gpa"
     1.8 +LICENSE="GPL3"
     1.9  WANTED="gpa"
    1.10  WEB_SITE="http://www.gnupg.org/"
    1.11  
    1.12 +DEPENDS="gpa"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/share
    1.18 -	
    1.19 -	cp -a $_pkg/usr/share/locale $fs/usr/share
    1.20 +	cp -a $install/usr/share/locale $fs/usr/share
    1.21  }
    1.22