xbps-go: really set GOPATH this time
This commit is contained in:
parent
ed3d7388e6
commit
1d1781fb18
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ do_fetch()
|
|||
do_build()
|
||||
{
|
||||
. /etc/profile.d/go.sh
|
||||
GOPATH=${wrksrc}/${build_wrksrc}
|
||||
goinstall upstream
|
||||
GOPATH=${wrksrc}/${build_wrksrc} goinstall upstream
|
||||
}
|
||||
|
||||
do_install()
|
||||
|
|
Loading…
Reference in a new issue