git » go-1.20.git » commit fc287a8

- FS#71903 add misc/ back into the package

author Morten Linderud
2021-09-01 17:47:07 UTC
committer Morten Linderud
2021-09-01 17:47:07 UTC
parent 81f8561a112bb26f77588e19fa79a831def30575

- FS#71903 add misc/ back into the package

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index e6e0775..9f43a95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,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/'
@@ -65,7 +65,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"