syncthing-inotify: set GOROOT to go's opt_libexec
Closes #6029. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
7ace4e0405
commit
e5d01d3c2d
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class SyncthingInotify < Formula
|
|||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
ENV["GOROOT"] = Formula["go"].opt_libexec
|
||||
dir = buildpath/"src/github.com/syncthing/syncthing-inotify"
|
||||
dir.install buildpath.children
|
||||
cd dir do
|
||||
|
|
Loading…
Reference in a new issue