Change the library directory to include the version

This commit is contained in:
Charalampos Stratakis 2017-08-04 16:00:01 +02:00 committed by Petr Viktorin
parent 7de59070d6
commit b6626aac95
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
# pybasever without the dot:
%global pyshortver 36
%global pylibdir %{_libdir}/%{name}
%global pylibdir %{_libdir}/%{name}%{pybasever}
%global dynload_dir %{pylibdir}/lib-dynload
# SOABI is defined in the upstream configure.in from Python-3.2a2 onwards,