aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-23 22:12:59 -0700
committerAdam Vandenberg2012-07-23 22:12:59 -0700
commit5d5cd70a981bd41e4d0621b0f32730b00960a449 (patch)
treefaee37815e594ec8212216da6172f5ec1d32bc4a /Library/Formula
parentb6430d1c4a3c06c468ed3daa20dfc89f304cf528 (diff)
downloadhomebrew-5d5cd70a981bd41e4d0621b0f32730b00960a449.tar.bz2
subversion: install bash completion script
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/subversion.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb
index 7bc6fd0a2..f0b61a9b2 100644
--- a/Library/Formula/subversion.rb
+++ b/Library/Formula/subversion.rb
@@ -157,6 +157,7 @@ class Subversion < Formula
system "./configure", *args
system "make"
system "make install"
+ (prefix+'etc/bash_completion.d').install 'tools/client-side/bash_completion' => 'subversion'
if build_python?
system "make swig-py"