Don't remove the buildroot in %install

This commit is contained in:
Petr Viktorin 2017-08-31 15:28:09 +02:00
parent 1acd7dfa33
commit e441743e28
1 changed files with 0 additions and 2 deletions

View File

@ -745,8 +745,6 @@ BuildPython optimized \
%install
topdir=$(pwd)
rm -fr %{buildroot}
mkdir -p %{buildroot}%{_prefix} %{buildroot}%{_mandir}
InstallPython() {