diff options
| author | Jack Nagel | 2012-02-13 14:57:57 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2012-02-13 14:57:57 -0600 | 
| commit | f0f4b000e9829007f7d6e3fb5422c41ddeb80072 (patch) | |
| tree | 48d1b62ddd8dd23b2630b7ddcd1624814ddce491 | |
| parent | 4f90f22a5ac4efadde251a5c9eafd4723f84fb2e (diff) | |
| download | homebrew-f0f4b000e9829007f7d6e3fb5422c41ddeb80072.tar.bz2 | |
duplicity: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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"  | 
