From edf7ec45d0d37b98958d9fa653af385a6a7bfa7b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 12 Feb 2012 11:45:41 -0800 Subject: getmail: use install_symlink --- Library/Formula/getmail.rb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/getmail.rb b/Library/Formula/getmail.rb index 844bbab0f..704ffd488 100644 --- a/Library/Formula/getmail.rb +++ b/Library/Formula/getmail.rb @@ -6,12 +6,9 @@ class Getmail < Formula md5 'ec0be67bc1e472c13201c1e3a0c35e66' def install - libexec.install 'getmailcore' - bin.mkpath - %w[ getmail getmail_fetch getmail_maildir getmail_mbox ].each do |f| - libexec.install f - ln_s libexec+f, bin - end + scripts = %w[ getmail getmail_fetch getmail_maildir getmail_mbox ] + libexec.install 'getmailcore', scripts + bin.install_symlink libexec.prefixing(scripts) man1.install Dir['docs/*.1'] end end -- cgit v1.2.3