stern: install metafiles

This commit is contained in:
Dominyk Tiller 2017-11-14 19:09:44 +00:00 committed by ilovezfs
parent 8e273ddd18
commit 1604031d8d

View file

@ -30,6 +30,7 @@ class Stern < Formula
system "govendor", "sync"
system "go", "build", "-o", "bin/stern"
bin.install "bin/stern"
prefix.install_metafiles
end
end