minor cleanup

epel8
Peter Robinson 11 years ago
parent 2e4aa8a0d2
commit 116e70d8aa

@ -45,7 +45,7 @@ make %{?_smp_mflags} V=1
make install DESTDIR=%{buildroot} INSTALL='install -p'
#Remove libtool archives.
find %{buildroot} -name '*.la' -exec rm -f {} ';'
find %{buildroot} -type f -name "*.la" -delete
%post -p /sbin/ldconfig

Loading…
Cancel
Save