wok diff slitaz-tools/receipt @ rev 10859

Up: slitaz-tools (4.4) - Big clean-up, better i18n, more GTK/Yad boxes
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 18 22:33:14 2011 +0200 (2011-06-18)
parents 4e698344bda2
children 97f23cb94dd2
line diff
     1.1 --- a/slitaz-tools/receipt	Thu Jun 02 02:39:30 2011 +0200
     1.2 +++ b/slitaz-tools/receipt	Sat Jun 18 22:33:14 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-tools"
     1.7 -VERSION="4.3"
     1.8 +VERSION="4.4"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="SliTaz tools provide installer and utils usable on termnial."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,7 +13,6 @@
    1.13  WGET_URL="http://mirror.slitaz.org/sources/tools/$TARBALL"
    1.14  CONFIG_FILES="
    1.15  /etc/TZ
    1.16 -/etc/motd
    1.17  /etc/keymap.conf
    1.18  /etc/X11/screen.conf
    1.19  /etc/locale.conf
    1.20 @@ -32,8 +31,7 @@
    1.21  {
    1.22  	mkdir -p $fs
    1.23  	cp -a $install/* $fs
    1.24 -	# Missing tazx in 4.3
    1.25 -	cp -a $src/tinyutils/tazx $fs/usr/bin
    1.26 +	chmod 0644 $fs/usr/share/locale/*/*/*.mo
    1.27  	chown -R root.root $fs
    1.28  }
    1.29