From e441743e28f31eb921af310064a0303e92524f01 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 31 Aug 2017 15:28:09 +0200 Subject: [PATCH] Don't remove the buildroot in %install --- python3.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python3.spec b/python3.spec index aa42e9c..072a1e4 100644 --- a/python3.spec +++ b/python3.spec @@ -745,8 +745,6 @@ BuildPython optimized \ %install topdir=$(pwd) -rm -fr %{buildroot} -mkdir -p %{buildroot}%{_prefix} %{buildroot}%{_mandir} InstallPython() {