wok-6.x diff obconf/receipt @ rev 1279
udev-dev: up/fix VERSION
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Aug 18 14:38:49 2008 +0200 (2008-08-18) |
parents | 06a78ecad4f7 |
children | c1d6475355a7 |
line diff
1.1 --- a/obconf/receipt Fri Apr 25 22:10:47 2008 +0000 1.2 +++ b/obconf/receipt Mon Aug 18 14:38:49 2008 +0200 1.3 @@ -32,6 +32,13 @@ 1.4 touch $fs/usr/share/mime/x-openbox-theme.xml 1.5 touch $fs/usr/share/mime/x-vbscript.xml 1.6 touch $fs/usr/share/mime/x-ms-win-installer.xml 1.7 + # Locale 1.8 + for i in $LOCALE 1.9 + do 1.10 + mkdir -p $fs/usr/share/locale/$i/LC_MESSAGES 1.11 + cp $src/po/$i.gmo \ 1.12 + $fs/usr/share/locale/$i/LC_MESSAGES/obconf.mo 1.13 + done 1.14 } 1.15 1.16 # Update mime database.