diff options
Diffstat (limited to 'community/go')
-rw-r--r-- | community/go/APKBUILD | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD index 25b8b833cb..006ca2c832 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -105,10 +105,6 @@ package() { rm -rf "$pkgdir"/usr/lib/go/pkg/bootstrap rm -f "$pkgdir"/usr/lib/go/pkg/tool/*/api - # The source needs to be installed due to an upstream - # bug (https://github.com/golang/go/issues/2775). - # When this is resolved we can split out the source to a - # go-src sub package. mkdir -p "$pkgdir"/usr/lib/go/ cp -a "$builddir"/src "$pkgdir"/usr/lib/go |