From 237ab51be3d199155e42ae85eb40bfb7fa904389 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Aug 08 2013 14:39:24 +0000 Subject: Fix find commands --- diff --git a/libtomcrypt.spec b/libtomcrypt.spec index 7b26998..13c7e12 100644 --- a/libtomcrypt.spec +++ b/libtomcrypt.spec @@ -79,8 +79,8 @@ export INSTALL_GROUP=$(id -gn) export CFLAGS="$RPM_OPT_FLAGS -DLTM_DESC -DUSE_LTM" make install INCPATH=%{_includedir}/tomcrypt DESTDIR=%{buildroot} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -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 # remove unneeded files