aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bazaar.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/bazaar.rb b/Library/Formula/bazaar.rb
index 7a4427d65..a7571d15e 100644
--- a/Library/Formula/bazaar.rb
+++ b/Library/Formula/bazaar.rb
@@ -9,6 +9,7 @@ class Bazaar <Formula
def install
ENV.minimal_optimization
+ inreplace 'setup.py', 'man/man1', 'share/man/man1'
system "python", "setup.py", "build"
system "python", "setup.py", "install", "--prefix=#{prefix}"
end