- Fix names of installed mo files (boo#1003165).

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-trans?expand=0&rev=235
This commit is contained in:
Stanislav Brabec 2016-10-07 15:43:57 +00:00 committed by Git OBS Bridge
parent a635e60c59
commit d841b3f810
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 7 17:02:26 CEST 2016 - sbrabec@suse.com
- Fix names of installed mo files (boo#1003165).
-------------------------------------------------------------------
Wed Oct 5 07:25:19 UTC 2016 - ke@suse.de

View File

@ -702,7 +702,7 @@ for l in %build_languages; do
{
for t in $(find * -maxdepth 1 -type d); do
[ -r $t/$l.po ] || continue
msgfmt --statistics -o $target_dir/$t.$l.mo $t/$l.po 2>&1
msgfmt --statistics -o $target_dir/$l.mo $t/$l.po 2>&1
done
} | bash %{S:2} | head -n 6 \
> %{buildroot}/usr/share/doc/packages/yast2-trans-$l/status.txt