msmtp: include msmtpq

Install the msmtpq scripts to PREFIX/share/msmtp/scripts/msmtpq.

Closes Homebrew/homebrew#33762.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jason Terk 2014-10-30 16:08:49 -07:00 committed by Jack Nagel
parent b419149423
commit fdf2119e2e

View file

@ -26,5 +26,6 @@ class Msmtp < Formula
system "./configure", *args
system "make", "install"
(share/"msmtp/scripts").install "scripts/msmtpq"
end
end