From 8ef571a7581dfffc95a41562134601bfa8a6de8c Mon Sep 17 00:00:00 2001 From: Brett Buddin Date: Wed, 20 Apr 2016 15:16:16 -0400 Subject: community/go: Install time zone database distributed with Go This fixes time zone lookups using the `time.LoadLocation` function by ensuring that the time zone database distributed with Go ($GOROOT/lib/time/zoneinfo.zip) is installed. You can find more information about this file here: https://golang.org/pkg/time/#LoadLocation --- community/go/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/go') diff --git a/community/go/APKBUILD b/community/go/APKBUILD index a37e1f3c1a..936f8af097 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -87,7 +87,7 @@ package() { # bug (https://github.com/golang/go/issues/2775). # When this is resolved we can split out the source to a # go-doc sub package. - cp -a pkg src "$pkgdir"/usr/lib/go || return 1 + cp -a pkg src lib "$pkgdir"/usr/lib/go || return 1 cp -r doc misc "$pkgdir"/usr/share/doc/go || return 1 # Remove tests from /usr/lib/go/src. -- cgit v1.2.3