From 9fa507a68ca3587af1adb157a832995561149aec Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 8 Apr 2013 18:44:20 -0600 Subject: [PATCH] community/go fix --- community/go/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index 1fb8ea375..a440d060f 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -61,6 +61,7 @@ check() { package() { cd "$srcdir/$pkgname" + export GOROOT="$srcdir/$pkgname" install -Dm644 LICENSE \ $pkgdir/usr/share/licenses/go/LICENSE