diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/duplicity.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb index 387403e05..2ee26e33e 100644 --- a/Library/Formula/duplicity.rb +++ b/Library/Formula/duplicity.rb @@ -13,8 +13,7 @@ class Duplicity < Formula # Install mostly into libexec system "python", "setup.py", "install", "--prefix=#{prefix}", - "--install-purelib=#{libexec}", - "--install-platlib=#{libexec}", + "--install-lib=#{libexec}", "--install-scripts=#{bin}" # Shift files around to avoid needing a PYTHONPATH |
