* Remove sha1 checksums for now from the INTEGRITY_CHECK array.

This commit is contained in:
Dan McGee 2007-03-06 06:42:09 +00:00
parent 294eff6021
commit a50105bede
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ BUILDENV=(fakeroot !distcc color !ccache)
OPTIONS=(strip !docs libtool emptydirs)
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
INTEGRITY_CHECK=(md5 sha1)
INTEGRITY_CHECK=(md5)
#-- Info and doc directories to remove (if option set correctly above)
DOC_DIRS=(usr/{,share/}{info,doc} opt/gnome/{,share/}{info,doc,gtk-doc})