mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 15:22:50 +00:00
Fix python3 binary link
This commit is contained in:
parent
6fe4ec7a3c
commit
f13aea68cb
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
Summary: An interpreted, interactive object-oriented programming language
|
||||
Name: python3
|
||||
Version: 3.8.1
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: Modified CNRI Open Source License
|
||||
Group: Development/Python
|
||||
|
||||
|
@ -314,7 +314,7 @@ mkdir -p %{buildroot}%{_mandir}
|
|||
|
||||
# overwrite the copied binary with a link
|
||||
pushd %{buildroot}%{_bindir}
|
||||
ln -sf python%{dirver}m python%{dirver}
|
||||
#ln -sf python%{dirver}m python%{dirver}
|
||||
ln -sf python%{dirver} python%{familyver}
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue