From f34dff5cdb306ef49190fed6e61b39e62ece1378 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Mon, 3 Mar 2014 18:55:01 +0000 Subject: [PATCH] community/go fix --- community/go/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index 61f16553f..d10ea264e 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -65,7 +65,7 @@ check() { package() { cd "$pkgname-$pkgver" - export GOROOT="$srcdir/$pkgname" + export GOROOT="$srcdir/$pkgname-$pkgver" install -Dm644 LICENSE \ "$pkgdir/usr/share/licenses/go/LICENSE"