Merge pull request #693 from Morganamilo/fix#629

Don't assume the go root
This commit is contained in:
Anna 2018-09-07 19:14:10 +01:00 committed by GitHub
commit 8248c803a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ BINNAME := yay
PACKAGE := ${PKGNAME}_${VERSION}_${ARCH}
export GOPATH=$(shell pwd)/.go
export GOROOT=/usr/lib/go
default: build