From 774dc927c7e6d6170d12595ca9703996f2f5dfd3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Jul 2015 15:13:04 +0200 Subject: reproducible netbsd: s#amd64#i386# architecture --- bin/reproducible_netbsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_netbsd.sh') diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 01becf3a..31cc326a 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -14,7 +14,7 @@ common_init "$@" set -e # build for these architectures -ARCHS="sparc64 amd64" +ARCHS="sparc64 i386" cleanup_tmpdirs() { cd -- cgit v1.2.3-54-g00ecf