mr: use pkgshare (#11708)
This commit is contained in:
parent
781b42a6a0
commit
beffba1918
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue