curl: install mk-ca-bundle utility

This commit is contained in:
Dominyk Tiller 2016-05-13 17:04:18 +01:00
parent a7ffca1d19
commit 2fc50fb12b

View file

@ -98,6 +98,7 @@ class Curl < Formula
system "./configure", *args
system "make", "install"
libexec.install "lib/mk-ca-bundle.pl"
end
test do