[arch-commits] Commit in go/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Tue Mar 25 18:48:48 UTC 2014
Date: Tuesday, March 25, 2014 @ 19:48:47
Author: arodseth
Revision: 108269
Reversed the latest change, FS#39612
Modified:
go/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-25 18:03:08 UTC (rev 108268)
+++ PKGBUILD 2014-03-25 18:48:47 UTC (rev 108269)
@@ -65,7 +65,7 @@
$GOROOT/bin/go get -d code.google.com/p/go.tools/cmd/godoc
$GOROOT/bin/go build -o $srcdir/godoc code.google.com/p/go.tools/cmd/godoc
- for tool in vet cover fmt; do
+ for tool in vet cover; do
$GOROOT/bin/go get -d code.google.com/p/go.tools/cmd/${tool}
$GOROOT/bin/go build -o $GOROOT/pkg/tool/${GOOS}_${GOARCH}/${tool} code.google.com/p/go.tools/cmd/${tool}
done
More information about the arch-commits
mailing list