git » go-1.20.git » commit 4b1ce36

upgpkg: 2:1.3.3-2

author Alexander Rødseth
2014-11-07 09:38:09 UTC
committer Alexander Rødseth
2014-11-07 09:38:09 UTC
parent ac72a6bb75d005d262970934aedc57ca615a9142

upgpkg: 2:1.3.3-2

PKGBUILD +6 -1

diff --git a/PKGBUILD b/PKGBUILD
index 61b7cca..d702ef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
 pkgname=go
 epoch=2
 pkgver=1.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Compiler and tools for the Go programming language from Google'
 arch=('x86_64' 'i686')
 url='http://golang.org/'
@@ -159,6 +159,11 @@ package() {
   # then running the gotour executable work out of the box.
   ln -sf /usr/bin "$pkgdir/usr/lib/go/bin"
 
+  # For FS#42660 / FS#42661 / gox
+  install -Dm755 src/make.bash "$pkgdir/usr/lib/go/src/make.bash"
+  install -Dm755 src/run.bash "$pkgdir/usr/lib/go/src/run.bash"
+  cp -r misc/ "$pkgdir/usr/lib/go/"
+
   # For godoc
   install -Dm644 favicon.ico "$pkgdir/usr/lib/go/favicon.ico"