aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/duplicity.rb
diff options
context:
space:
mode:
authorCharlie Sharpsteen2011-03-29 16:35:25 -0700
committerAdam Vandenberg2011-03-29 16:52:26 -0700
commit8985fec052600bc010f59f45a2bf2c7ded1f8d6c (patch)
tree4330ffc7b0b536c8b0b7f5b2938fad532cb42666 /Library/Formula/duplicity.rb
parentae8a09347ab799970af8b0749b1cb836eedfa086 (diff)
downloadhomebrew-8985fec052600bc010f59f45a2bf2c7ded1f8d6c.tar.bz2
Duplicity compatibility with new Python setup
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/duplicity.rb')
-rw-r--r--Library/Formula/duplicity.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb
index a5e235b9b..5420a47bd 100644
--- a/Library/Formula/duplicity.rb
+++ b/Library/Formula/duplicity.rb
@@ -14,7 +14,8 @@ class Duplicity < Formula
system "python", "setup.py", "install",
"--prefix=#{prefix}",
"--install-purelib=#{libexec}",
- "--install-platlib=#{libexec}"
+ "--install-platlib=#{libexec}",
+ "--install-scripts=#{bin}"
# Shift files around to avoid needing a PYTHONPATH
system "mv #{bin}/duplicity #{bin}/duplicity.py"