go: remove unwanted object files from src
This commit is contained in:
parent
e6333176a2
commit
ed3d7388e6
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'go'
|
||||
pkgname=go
|
||||
version=r58
|
||||
revision=1
|
||||
build_style=custom-install
|
||||
build_wrksrc=go-release
|
||||
short_desc="The Go Programming Language"
|
||||
|
@ -45,6 +46,7 @@ do_build()
|
|||
GOROOT="${wrksrc}/${build_wrksrc}"
|
||||
GOROOT_FINAL="/opt/go/"
|
||||
bash ./make.bash
|
||||
hg --config extensions.purge= purge . --all
|
||||
}
|
||||
|
||||
do_install()
|
||||
|
|
Loading…
Reference in a new issue