go: don't ship the compiler cache

Fixed as suggested by ebfe.
This commit is contained in:
Michael Aldridge 2018-08-26 11:22:09 -07:00
parent 67d66ccd58
commit 3faccebb14
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'go'
pkgname=go
version=1.11
revision=1
revision=2
create_wrksrc=yes
build_wrksrc=go
hostmakedepends="go1.4-bootstrap"
@ -75,6 +75,7 @@ do_install() {
rm -f ${DESTDIR}/usr/share/go/doc/articles/wiki/get.bin
rm -f ${DESTDIR}/usr/lib/go/pkg/tool/*/api
rm -rf ${DESTDIR}/usr/lib/go/pkg/bootstrap
rm -rf ${DESTDIR}/usr/lib/go/pkg/obj
vlicense LICENSE
}