From f5752c1560c0ffe2af70df96c4d1246c72f9c70a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 30 Jul 2014 16:08:45 +0100 Subject: [PATCH] minor spec cleanup --- libusbmuxd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libusbmuxd.spec b/libusbmuxd.spec index 07e77ab..ac282e2 100644 --- a/libusbmuxd.spec +++ b/libusbmuxd.spec @@ -47,7 +47,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 %check make check