From 8985fec052600bc010f59f45a2bf2c7ded1f8d6c Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Tue, 29 Mar 2011 16:35:25 -0700 Subject: Duplicity compatibility with new Python setup Signed-off-by: Adam Vandenberg --- Library/Formula/duplicity.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') 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" -- cgit v1.2.3