mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/go fix
This commit is contained in:
parent
ef6427aa25
commit
f34dff5cdb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue