Fix the previous fix.
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-trans?expand=0&rev=236
This commit is contained in:
parent
860cc631cb
commit
adc19bcba4
@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 7 17:02:26 CEST 2016 - sbrabec@suse.com
|
||||
Fri Oct 7 17:52:20 CEST 2016 - sbrabec@suse.com
|
||||
|
||||
- Fix names of installed mo files (boo#1003165).
|
||||
|
||||
|
@ -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/$l.mo $t/$l.po 2>&1
|
||||
msgfmt --statistics -o $target_dir/$t.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