mr: use pkgshare (#11708)

This commit is contained in:
ilovezfs 2017-03-27 16:52:33 -07:00 committed by GitHub
parent 781b42a6a0
commit beffba1918

View file

@ -18,7 +18,7 @@ class Mr < Formula
system "make"
bin.install "mr", "webcheckout"
man1.install gzip("mr.1", "webcheckout.1")
(share/"mr").install Dir["lib/*"]
pkgshare.install Dir["lib/*"]
end
test do