diff options
Diffstat (limited to 'community/go')
-rw-r--r-- | community/go/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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. |