mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
go: don't ship the compiler cache
Fixed as suggested by ebfe.
This commit is contained in:
parent
67d66ccd58
commit
3faccebb14
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'go'
|
# Template file for 'go'
|
||||||
pkgname=go
|
pkgname=go
|
||||||
version=1.11
|
version=1.11
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc=go
|
build_wrksrc=go
|
||||||
hostmakedepends="go1.4-bootstrap"
|
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/share/go/doc/articles/wiki/get.bin
|
||||||
rm -f ${DESTDIR}/usr/lib/go/pkg/tool/*/api
|
rm -f ${DESTDIR}/usr/lib/go/pkg/tool/*/api
|
||||||
rm -rf ${DESTDIR}/usr/lib/go/pkg/bootstrap
|
rm -rf ${DESTDIR}/usr/lib/go/pkg/bootstrap
|
||||||
|
rm -rf ${DESTDIR}/usr/lib/go/pkg/obj
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue