Update to delete

This commit is contained in:
Nicolas Chauvet 2016-05-20 18:02:58 +02:00
parent 2d9bee87f1
commit 2877c3f24b

View File

@ -69,7 +69,7 @@ make %{?_smp_mflags} V=1
%install
%make_install INSTALL="install -p"
find %{buildroot} -name '*.la' -exec rm -f {} ';'
find %{buildroot} -name '*.la' -delete
%{!?_with_mesa_glvnd_default:
# Avoid conflict with mesa-libGL until mesa has gained libglvnd support