Skip to content

Commit

Permalink
Update yast2-slide-show.spec
Browse files Browse the repository at this point in the history
For the moment, reuse SLED translations for SLES
  • Loading branch information
keichwa committed Apr 14, 2014
1 parent ce16638 commit fb4f0f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/yast2-slide-show.spec
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ langs=$(tar tf %{S:12}|sed 's=.*po/==;s=\.po$==;/^$/d'|sort -u|fmt -w1000)
sed -i "s|^langs *=.*$|langs = en $langs|" Makefile.am
popd

pushd SLES
tar xf %{S:12}
langs=$(tar tf %{S:12}|sed 's=.*po/==;s=\.po$==;/^$/d'|sort -u|fmt -w1000)
sed -i "s|^langs *=.*$|langs = en $langs|" Makefile.am
popd

%build
%yast_build
./tools/check_utf-8
Expand Down

0 comments on commit fb4f0f7

Please sign in to comment.