diff options
| -rw-r--r-- | Library/Formula/duplicity.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/duplicity.rb b/Library/Formula/duplicity.rb index 3092e5f16..2dc1ee515 100644 --- a/Library/Formula/duplicity.rb +++ b/Library/Formula/duplicity.rb @@ -19,7 +19,7 @@ class Duplicity < Formula # Shift files around to avoid needing a PYTHONPATH system "mv", "#{bin}/duplicity", "#{bin}/duplicity.py" - system "mv", "#{bin}/*", "#{libexec}" + system "mv", "#{bin}/*", libexec bin.install_symlink "#{libexec}/duplicity.py" => "duplicity" bin.install_symlink "#{libexec}/rdiffdir" |
