9.1 #1

Merged
cromer merged 46 commits from 9.1 into master 2020-06-02 00:45:19 -04:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 2853fc858a - Show all commits

View File

@ -38,6 +38,7 @@ cd %{_builddir}
install -v -dm755 %{buildroot}/usr/share/doc/python-%{version}/html
cp -var python-%{version}-docs-html/* %{buildroot}/usr/share/doc/python-%{version}/html
ln -sfv python3 %{buildroot}/usr/bin/python
ln -sfv python3 %{buildroot}/usr/local/bin/python
#-----------------------------------------------------------------------------
# Copy license/copying file
install -D -m644 LICENSE %{buildroot}/usr/share/licenses/%{name}/LICENSE