diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-09 07:00:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-09 07:00:27 +0200 |
commit | 0133d730d1266ce2c44af552ab3f2f4e63250024 (patch) | |
tree | a2de71e6fe364a95b0b715327eaa2ef6adb1c8af | |
parent | c560e6ee8333c3a30a7bfb20bd1f5acd859a11c4 (diff) |
php-horde-nag + contaent : cleanups
-rw-r--r-- | php-horde-nag.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php-horde-nag.spec b/php-horde-nag.spec index 75eae9d..3ecbee1 100644 --- a/php-horde-nag.spec +++ b/php-horde-nag.spec @@ -123,7 +123,12 @@ sed -e '/%{pear_name}.po/d' \ %build cd %{pear_name}-%{version} -# Empty build section, most likely nothing required. + +# Regenerate the locales +for po in $(find locale -name \*.po) +do + msgfmt $po -o $(dirname $po)/$(basename $po .po).mo +done %install |