aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/drush.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/drush.rb b/Library/Formula/drush.rb
index 5b6391ef4..544475fa8 100644
--- a/Library/Formula/drush.rb
+++ b/Library/Formula/drush.rb
@@ -7,6 +7,7 @@ class Drush < Formula
sha1 'de8b4065f179f6ddfd9c8911c2f818f81ab1f4a4'
def install
+ prefix.install_metafiles
libexec.install Dir['*']
bin.install_symlink libexec/'drush'
bash_completion.install libexec/'drush.complete.sh' => 'drush'