%{python_sitelib} → %{python2_sitelib}

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-07-29 23:11:11 +02:00
parent f441e88a6d
commit aeb554e108
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -120,7 +120,7 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
%if 0%{?with_python2}
%files -n python2-libvoikko
%{python_sitelib}/%{name}.py*
%{python2_sitelib}/%{name}.py*
%endif
%changelog