SHA256
1
0
forked from pool/ipset

This was here for a reason. .la files ought to be only removed for standard-search dirs.

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ipset?expand=0&rev=104
This commit is contained in:
Jan Engelhardt 2021-08-04 10:05:26 +00:00 committed by Git OBS Bridge
parent d5e8609187
commit 000f80ed67

View File

@ -136,7 +136,7 @@ for flavor in %flavors_to_build; do
done
%endif
%make_install
find %buildroot -type f -name "*.la" -delete -print
find "$b/%_libdir" -type f -name "*.la" -delete -print
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig