community/go fix

This commit is contained in:
Kevin Mihelich 2014-03-03 18:55:01 +00:00
parent ef6427aa25
commit f34dff5cdb

View file

@ -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"