diff options
| author | Charlie Sharpsteen | 2011-03-29 16:35:25 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-03-29 16:52:26 -0700 | 
| commit | 8985fec052600bc010f59f45a2bf2c7ded1f8d6c (patch) | |
| tree | 4330ffc7b0b536c8b0b7f5b2938fad532cb42666 | |
| parent | ae8a09347ab799970af8b0749b1cb836eedfa086 (diff) | |
| download | homebrew-8985fec052600bc010f59f45a2bf2c7ded1f8d6c.tar.bz2 | |
Duplicity compatibility with new Python setup
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/duplicity.rb | 3 | 
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"  | 
