mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/go: fix
This commit is contained in:
parent
3c74e9da87
commit
0badd02a92
1 changed files with 0 additions and 8 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - added switches for our architectures
|
||||
# - upstream patch for AArch64
|
||||
|
||||
pkgname=go
|
||||
epoch=2
|
||||
|
@ -31,13 +30,6 @@ esac
|
|||
export GOROOT_FINAL=/usr/lib/go
|
||||
export GOROOT_BOOTSTRAP=/usr/lib/go
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
|
||||
# upstream patch for AArch64
|
||||
git cherry-pick -n 3557d546090c7fedd69562c88d20767397de835d
|
||||
}
|
||||
|
||||
build() {
|
||||
export GOROOT="$srcdir/$pkgname"
|
||||
export GOBIN="$GOROOT/bin"
|
||||
|
|
Loading…
Reference in a new issue