From 798648b4596a69b975375f41a603b7b90f00640f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 30 Jul 2014 16:19:51 +0100 Subject: [PATCH] minor spec cleanup --- libimobiledevice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimobiledevice.spec b/libimobiledevice.spec index d96ebac..ab99b08 100644 --- a/libimobiledevice.spec +++ b/libimobiledevice.spec @@ -78,7 +78,7 @@ make %{?_smp_mflags} V=1 make install DESTDIR=%{buildroot} #Remove libtool archives. -find %{buildroot} -name '*.la' -exec rm -f {} ';' +find %{buildroot} -type f -name "*.la" -delete %post -p /sbin/ldconfig