Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Commit 1395a42

Browse files
committed
Updated build instructions
1 parent 724b9d6 commit 1395a42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/reception.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ def install
2121
mkdir_p buildpath/"src/github.com/nxt-engineering"
2222
ln_sf buildpath, buildpath/"src/github.com/nxt-engineering/reception"
2323

24-
ENV["GOBIN"] = buildpath
25-
ENV["GOPATH"] = buildpath
26-
ENV["PATH"] = "#{buildpath}:#{ENV["PATH"]}"
24+
ENV["GOPATH"] = "#{buildpath}/.gopath"
25+
ENV["PATH"] = "#{buildpath}/.gopath/bin:#{ENV["PATH"]}"
2726

27+
system "go", "get", "github.com/GeertJohan/go.rice/[email protected]"
2828
system "make", "build"
2929

3030
bin.install "reception"

0 commit comments

Comments
 (0)