aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/duplicity.rb
diff options
context:
space:
mode:
authorJack Nagel2012-02-13 14:57:57 -0600
committerJack Nagel2012-02-13 14:57:57 -0600
commitf0f4b000e9829007f7d6e3fb5422c41ddeb80072 (patch)
tree48d1b62ddd8dd23b2630b7ddcd1624814ddce491 /Library/Formula/duplicity.rb
parent4f90f22a5ac4efadde251a5c9eafd4723f84fb2e (diff)
downloadhomebrew-f0f4b000e9829007f7d6e3fb5422c41ddeb80072.tar.bz2
duplicity: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/duplicity.rb')
-rw-r--r--Library/Formula/duplicity.rb2
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"