diff --git a/SPECS/python3.spec b/SPECS/python3.spec index 59f2b34..20e4785 100644 --- a/SPECS/python3.spec +++ b/SPECS/python3.spec @@ -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