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:
parent
c467471b10
commit
1c7df11d2a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user