wok diff lxterminal-locales/receipt @ rev 17474

syslinux/iso2exe: use always mkfloppy in init
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 27 18:25:05 2014 +0100 (2014-12-27)
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	Sat Dec 27 18:25:05 2014 +0100
     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