From f79271fee0119c9dcbb74651de913c2c376d76fd Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 15 Aug 2013 09:37:53 -0700 Subject: getmail: simplify slightly --- Library/Formula/getmail.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/getmail.rb b/Library/Formula/getmail.rb index 223a3efb1..b9f598228 100644 --- a/Library/Formula/getmail.rb +++ b/Library/Formula/getmail.rb @@ -7,9 +7,9 @@ class Getmail < Formula sha1 'c4ebc38d17f9a2ed2516e5070e300b0e160b0aaa' def install - scripts = %w( getmail getmail_fetch getmail_maildir getmail_mbox ) - libexec.install scripts, 'getmailcore' - bin.install_symlink Dir["#{libexec}/*"] - ["#{libexec}/getmailcore"] + libexec.install %w( getmail getmail_fetch getmail_maildir getmail_mbox ) + bin.install_symlink Dir["#{libexec}/*"] + libexec.install 'getmailcore' man1.install Dir['docs/*.1'] end end -- cgit v1.2.3