From a50105bede6e14918da5c1646701ac409b961053 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 6 Mar 2007 06:42:09 +0000 Subject: * Remove sha1 checksums for now from the INTEGRITY_CHECK array. --- etc/makepkg.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index a5618cf7..13427f5d 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -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}) -- cgit v1.2.3-24-g4f1b