wok-next diff locale-fr/receipt @ rev 4940
Add perl-gd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 16 21:18:50 2010 +0100 (2010-02-16) |
parents | b584b0d0bbb4 |
children | 427fb82840ee |
line diff
1.1 --- a/locale-fr/receipt Sat May 16 21:40:06 2009 +0200 1.2 +++ b/locale-fr/receipt Tue Feb 16 21:18:50 2010 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 1.5 LOCALE="fr" 1.6 LOCALEDEF="fr_FR" 1.7 -CHARMAP="ISO-8859-1" 1.8 +CHARMAP="UTF-8" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -35,9 +35,11 @@ 1.13 mk_locale_dir 1.14 get_slitaz_messages 1.15 get_core_messages 1.16 + ver=`grep ^VERSION $WOK/glibc/receipt | cut -d "\"" -f 2` 1.17 + cp -a $WOK/glibc/glibc-$ver/_pkg/usr/share/locale/$LOCALE/* \ 1.18 + $fs/usr/share/locale/$LOCALE 1.19 PACKAGE="$PKG_NAME" 1.20 VERSION="$PKG_VERS" 1.21 - localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF 1.22 } 1.23 1.24 # Back to C if it's the last used locale.