- 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:
parent
a635e60c59
commit
d841b3f810
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user