From 353223d52419bc7c0d7ed837692b6216188ffee3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 31 Jan 2019 07:23:26 +0100 Subject: community/go: linux_amd64 -> linux_386 --- community/go/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'community/go/PKGBUILD') diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index 8b5039f9..106707ad 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -3,6 +3,10 @@ eval "$( sed ' /install\( .*\)\? -race /d ' + declare -f package_go-pie | \ + sed ' + s,\(/linux_\)amd64\([_/]\),\1386\2,g + ' )" export GOARCH=386 GO386=387 -- cgit v1.2.3-54-g00ecf