xbps-go: really set GOPATH this time

This commit is contained in:
str1ngs 2011-07-10 05:36:18 -07:00
parent ed3d7388e6
commit 1d1781fb18

View file

@ -29,8 +29,7 @@ do_fetch()
do_build() do_build()
{ {
. /etc/profile.d/go.sh . /etc/profile.d/go.sh
GOPATH=${wrksrc}/${build_wrksrc} GOPATH=${wrksrc}/${build_wrksrc} goinstall upstream
goinstall upstream
} }
do_install() do_install()