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
6911c4321e
commit
b5940d595d
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ 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
|
||||||
install -Dm644 misc/bash/go \
|
install -Dm644 misc/bash/go \
|
||||||
|
|
Loading…
Reference in a new issue