minor spec cleanup

This commit is contained in:
Peter Robinson 2014-07-30 16:08:45 +01:00
parent e7f0fdf08e
commit f5752c1560

View File

@ -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