From 81bccfd34e4d40c242b6eecfb2bb0243f8215344 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Fri, 7 Sep 2018 18:55:24 +0100 Subject: [PATCH] Don't assume the go root The go root might be in different places if the user is using a different go binary that is not managed by the system (eg /usr/local/bin/go). In this case the go binary should be smart enough to default to it's own go root. Or if there are still problems, it is on the user to configure it themselves. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 39bb7fb3..2c23b15d 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,6 @@ BINNAME := yay PACKAGE := ${PKGNAME}_${VERSION}_${ARCH} export GOPATH=$(shell pwd)/.go -export GOROOT=/usr/lib/go default: build