From b547016daf4f40fd26fa25bf2e45bc6c28dbaeb8 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 10 Mar 2012 19:51:20 -0800 Subject: drush: just use libexec --- Library/Formula/drush.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/drush.rb b/Library/Formula/drush.rb index e9155c2ad..0617d3843 100644 --- a/Library/Formula/drush.rb +++ b/Library/Formula/drush.rb @@ -13,8 +13,8 @@ class Drush < Formula head 'git://git.drupal.org/project/drush.git' def install - prefix.install Dir['*'] # No lib folder, so this is OK for now. - bin.install_symlink prefix+'drush' - DrushMake.new.brew { (prefix+'commands/drush_make').install Dir['*'] } + libexec.install Dir['*'] + bin.install_symlink libexec+'drush' + DrushMake.new.brew { (libexec+'commands/drush_make').install Dir['*'] } end end -- cgit v1.2.3