From 519166c45ca379234b82225a7511b397b14450ac Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Aug 08 2013 14:38:49 +0000 Subject: Fix find commands --- 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