Skip to content

Commit d9865b7

Browse files
Merge pull request #5 from dave-tucker/rtf-2
rtf: Update formula for Makefile changes
2 parents d0c89bb + 50ec8b9 commit d9865b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/rtf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ def install
1313

1414
ENV["GOPATH"] = "#{buildpath}/Godeps/_workspace:#{buildpath}"
1515

16-
system "make build"
16+
system "make"
1717

18-
bin.install "_build/rtf"
18+
bin.install "rtf"
1919
end
2020

2121
test do

0 commit comments

Comments
 (0)