aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/msmtp.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/msmtp.rb b/Library/Formula/msmtp.rb
index dd287f3f3..40b0aeeb9 100644
--- a/Library/Formula/msmtp.rb
+++ b/Library/Formula/msmtp.rb
@@ -26,5 +26,6 @@ class Msmtp < Formula
system "./configure", *args
system "make", "install"
+ (share/"msmtp/scripts").install "scripts/msmtpq"
end
end