diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-08-27 14:06:49 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-08-27 14:06:49 +0200 |
commit | 11358778c5386bea2b2ce8190f6619d871f7bdc4 (patch) | |
tree | b89e26e82a69fc4038ee78d96ec01821c6177365 /community/go | |
parent | 731f6c5cd5d3dc42ca91f4fced052e5f97285b7b (diff) | |
download | aports-11358778c5386bea2b2ce8190f6619d871f7bdc4.tar.bz2 aports-11358778c5386bea2b2ce8190f6619d871f7bdc4.tar.xz |
community/go: remove compiler cache files
Diffstat (limited to 'community/go')
-rw-r--r-- | community/go/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
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 |