From 519166c45ca379234b82225a7511b397b14450ac Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Thu, 8 Aug 2013 16:38:49 +0200 Subject: [PATCH] Fix find commands --- libtommath.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtommath.spec b/libtommath.spec index 456b3b3..9c28242 100644 --- a/libtommath.spec +++ b/libtommath.spec @@ -65,8 +65,8 @@ make %{?_smp_mflags} -f makefile poster manual docs export INSTALL_USER=$(id -un) export INSTALL_GROUP=$(id -gn) make install INCPATH=%{_includedir}/tommath DESTDIR=%{buildroot} LIBPATH=%{_libdir} -f makefile.shared -find %{buildroot} -name '*.h' -exec chmod 644 {} ';' -find %{buildroot} -name '*.c' -exec chmod 644 {} '; +find %{buildroot} -name '*.h' -exec chmod 644 {} \; +find %{buildroot} -name '*.c' -exec chmod 644 {} \; chmod 644 LICENSE find %{buildroot} -name '*.la' -delete