wok diff enlightenment-pam/receipt @ rev 17074

Add iotop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 23 13:15:02 2014 +0200 (2014-08-23)
parents 689fcc83daec
children 5d53e8ccbc8d
line diff
     1.1 --- a/enlightenment-pam/receipt	Wed Mar 26 09:44:30 2014 +0100
     1.2 +++ b/enlightenment-pam/receipt	Sat Aug 23 13:15:02 2014 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
     1.5  PROVIDE="enlightenment:pam"
     1.6  TAGS="e enlightenment wm window-manager"
     1.7 -LOCALES="da de es fr fr_CH it pt_BR ru zh_CN zh_TW"
     1.8 +LOCALES="cs da de el es fr fr_CH hu it pl pt pt_BR ru sl sv zh_CN zh_TW"
     1.9  
    1.10  # Add PAM and bluez support (enlightenment is smaller).
    1.11  DEPENDS="emotion efreet edbus alsa-lib pam xcb-util-keysyms"
    1.12 @@ -40,7 +40,7 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib $fs/usr/share/applications
    1.17 +	mkdir -p $fs/usr/lib $fs/usr/share/applications $fs/usr/share/locale
    1.18  	# Use a modified sysactions.conf
    1.19  	cp -a $stuff/etc $fs
    1.20  
    1.21 @@ -58,7 +58,7 @@
    1.22  
    1.23  	# locales
    1.24  	for locale in $LOCALES; do
    1.25 -		mv $install/usr/share/locale/$locale $fs/usr/share/locale
    1.26 +		cp -a $install/usr/share/locale/$locale $fs/usr/share/locale
    1.27  	done
    1.28  }
    1.29