From 9024cb4deedf0f3b2d3838dc2f7b42f48127f491 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Tue, 2 Jun 2020 00:14:20 -0400 Subject: [PATCH] fix missing folder --- SPECS/python3.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SPECS/python3.spec b/SPECS/python3.spec index 20e4785..76592fe 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 + install -v -dm755 %{buildroot}/usr/local/bin ln -sfv python3 %{buildroot}/usr/local/bin/python #----------------------------------------------------------------------------- # Copy license/copying file