From 27734c892e2f269ef4508c75ffde56cb89127f77 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 13 Jun 2014 16:04:09 +0100 Subject: [PATCH] modernise find --- clutter-gtk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter-gtk.spec b/clutter-gtk.spec index a8b0d31..9318b9d 100644 --- a/clutter-gtk.spec +++ b/clutter-gtk.spec @@ -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