wok diff lxterminal-locales/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents f01409ef6d29
children c73f683146cf
line diff
     1.1 --- a/lxterminal-locales/receipt	Thu Nov 10 03:13:05 2011 +0000
     1.2 +++ b/lxterminal-locales/receipt	Mon Apr 14 19:59:46 2014 +0200
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="LXDE X Terminal emulator locales."
     1.6  MAINTAINER="gokhlayeh@slitaz.org"
     1.7 -DEPENDS="lxterminal"
     1.8 +LICENSE="GPL2"
     1.9  WANTED="lxterminal"
    1.10  WEB_SITE="http://lxde.org"
    1.11  
    1.12 +DEPENDS="lxterminal"
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr/share
    1.20 -	cp -a $_pkg/usr/share/locale $fs/usr/share
    1.21 +	cp -a $install/usr/share/locale $fs/usr/share
    1.22  }
    1.23