go: don't ship the compiler cache
Fixed as suggested by ebfe.
This commit is contained in:
parent
67d66ccd58
commit
3faccebb14
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue