author | Alexander Rødseth
<xyproto@archlinux.org> 2012-05-10 12:41:53 UTC |
committer | Alexander Rødseth
<xyproto@archlinux.org> 2012-05-10 12:41:53 UTC |
parent | c69c10dfefecec9d9b6dab2e826780ac92857da8 |
PKGBUILD | +2 | -0 |
diff --git a/PKGBUILD b/PKGBUILD index 76339dd..6639582 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -88,6 +88,8 @@ package() { mv "$pkgdir/usr/bin/go" "$pkgdir/usr/bin/go.elf" install -Dm755 "$srcdir/go.run" "$pkgdir/usr/bin/go" + + rm "$pkgdir/usr/share/go/doc/articles/wiki/get.bin" } # vim:set ts=2 sw=2 et: