[smplayer] Fix translations

Sérgio M. Basto sergiomb at rpmfusion.org
Mon Jul 18 01:01:48 CEST 2016


commit cf0566cc296bc401e1d63a3c556762eb63bc3af2
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Mon Jul 18 00:01:09 2016 +0100

    Fix translations

 smplayer.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/smplayer.spec b/smplayer.spec
index eb978fe..cabf332 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -87,11 +87,11 @@ mv Changelog.utf8 Changelog
 %{__sed} -e 's/rcc -binary/rcc-qt5 -binary/' -i smplayer-skins-%{smplayer_skins_ver}/themes/Makefile
 
 %build
-%make_build QMAKE=%{_qt5_qmake} LRELEASE=%{_bindir}/lrelease-qt5
+%make_build QMAKE=%{_qt5_qmake} PREFIX=%{_prefix} LRELEASE=%{_bindir}/lrelease-qt5
 
 pushd smtube-%{smtube_ver}
 sed -i 's|smtube/translations|smplayer/translations|' Makefile
-%make_build QMAKE=%{_qt5_qmake} LRELEASE=%{_bindir}/lrelease-qt5
+%make_build QMAKE=%{_qt5_qmake} PREFIX=%{_prefix} LRELEASE=%{_bindir}/lrelease-qt5
 popd
 
 pushd smplayer-themes-%{smplayer_themes_ver}


More information about the rpmfusion-commits mailing list