mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/go to 1.10-2
This commit is contained in:
parent
dbae4e2cb1
commit
2b28ecdac6
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ pkgbase=go
|
|||
pkgname=(go go-pie)
|
||||
epoch=2
|
||||
pkgver=1.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
url='http://golang.org/'
|
||||
license=(BSD)
|
||||
|
@ -29,6 +29,7 @@ case "$CARCH" in
|
|||
esac
|
||||
export GOROOT_FINAL=/usr/lib/go
|
||||
export GOROOT_BOOTSTRAP=/usr/lib/go
|
||||
export GOCACHE=off
|
||||
|
||||
prepare() {
|
||||
cp -r $pkgbase ${pkgbase}-pie
|
||||
|
|
Loading…
Reference in a new issue