Don't remove buildroot in %install

It's not necessary and should not be done according to Fedora's
guidelines.
This commit is contained in:
Ondřej Lysoněk 2018-12-13 15:45:04 +01:00
parent c467471b10
commit 1c7df11d2a

View File

@ -40,8 +40,6 @@ OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA.
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete