mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/go to 1.17-2
This commit is contained in:
parent
593343fedd
commit
35abbf1d32
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
pkgname=go
|
||||
epoch=2
|
||||
pkgver=1.17
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Core compiler tools for the Go programming language'
|
||||
arch=(x86_64)
|
||||
url='https://golang.org/'
|
||||
|
@ -74,7 +74,7 @@ package() {
|
|||
# This saves around 100 MB.
|
||||
# Rest of the size is from the duplicate _race and _dynlib .a files
|
||||
# cp -a bin pkg src lib misc api test "$pkgdir/usr/lib/go"
|
||||
cp -a bin pkg src lib "$pkgdir/usr/lib/go"
|
||||
cp -a bin pkg src lib misc api "$pkgdir/usr/lib/go"
|
||||
cp -r doc/* "$pkgdir/usr/share/doc/go"
|
||||
|
||||
ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
|
||||
|
|
Loading…
Reference in a new issue