Browse Source

fix installation paths

master
parent
commit
ce9b8efe94
  1. 3
      python/python.spec

3
python/python.spec

@ -125,6 +125,9 @@ PreReq: openssl
%{l_shtool} subst \
-e 's;python\$py_version_short;python;g' \
Lib/distutils/command/install.py
%{l_shtool} subst \
-e 's;python{py_version_short};python;g' \
Lib/sysconfig.py
%build
echo "" >config.cache

Loading…
Cancel
Save