Fix find commands

epel9
Simone Caronni 12 years ago
parent 54c3dd9ca6
commit 519166c45c

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

Loading…
Cancel
Save