diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-07 18:51:07 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-07 18:52:21 +0200 |
commit | 09c3c53f2535fb31b14c4c079aa575396435d022 (patch) | |
tree | 0995f0b6b83fd3680b9c1abfac2c938056807771 /community/go | |
parent | 9686793792a2c40a872ebbb2b86fa537f22491ad (diff) | |
download | aports-09c3c53f2535fb31b14c4c079aa575396435d022.tar.bz2 aports-09c3c53f2535fb31b14c4c079aa575396435d022.tar.xz |
community/go: remove inaccurate comment
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 |