From 11358778c5386bea2b2ce8190f6619d871f7bdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 27 Aug 2018 14:06:49 +0200 Subject: community/go: remove compiler cache files --- community/go/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/go/APKBUILD b/community/go/APKBUILD index faf46cee0c..6774f08eee 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.10.3 # This should be the latest commit on the corresponding release branch # https://github.com/golang/tools/commits/release-branch.go1.10 _toolsver="e9928cbe4ab476eebf6ff177f77b344773acfa9b" -pkgrel=0 +pkgrel=1 pkgdesc="Go programming language compiler" url="http://www.golang.org/" arch="all" @@ -117,6 +117,7 @@ package() { cp -a pkg lib "$pkgdir"/usr/lib/go cp -r doc misc "$pkgdir"/usr/share/doc/go + rm -rf "$pkgdir"/usr/lib/go/pkg/obj rm -rf "$pkgdir"/usr/lib/go/pkg/bootstrap rm -f "$pkgdir"/usr/lib/go/pkg/tool/*/api -- cgit v1.2.3