Merge branch 'master' into f19

epel9
Simone Caronni 12 years ago
commit c23d118268

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

Loading…
Cancel
Save