mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/go fix
This commit is contained in:
parent
80fb27b5a9
commit
9fa507a68c
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ check() {
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname"
|
cd "$srcdir/$pkgname"
|
||||||
|
export GOROOT="$srcdir/$pkgname"
|
||||||
|
|
||||||
install -Dm644 LICENSE \
|
install -Dm644 LICENSE \
|
||||||
$pkgdir/usr/share/licenses/go/LICENSE
|
$pkgdir/usr/share/licenses/go/LICENSE
|
||||||
|
|
Loading…
Reference in a new issue