modernise find

This commit is contained in:
Peter Robinson 2014-06-13 16:04:09 +01:00
parent e4ab347d45
commit 27734c892e

View File

@ -44,7 +44,7 @@ make %{?_smp_mflags} V=1
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
#Remove libtool archives.
find %{buildroot} -name '*.la' -exec rm -f {} ';'
find %{buildroot} -type f -name "*.la" -delete
%find_lang cluttergtk-1.0