diff options
Diffstat (limited to 'Library')
| -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" |
