diff options
| author | Adam Vandenberg | 2012-03-08 19:56:55 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-08 19:56:55 -0800 |
| commit | 115ed676dbe778bdc09a3cc03e52e4d569fda410 (patch) | |
| tree | 4746b47dc971857965b9cf5407138ef81b3e347a /Library | |
| parent | 86b649de8f665cc6c2a9c9c89152414a4983210b (diff) | |
| download | homebrew-115ed676dbe778bdc09a3cc03e52e4d569fda410.tar.bz2 | |
fantom: fix audit warning
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fantom.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fantom.rb b/Library/Formula/fantom.rb index 6cd07c1f3..5a360ef9b 100644 --- a/Library/Formula/fantom.rb +++ b/Library/Formula/fantom.rb @@ -15,7 +15,7 @@ class Fantom < Formula rm_rf "examples" unless ARGV.include? '--with-examples' rm_rf "src" unless ARGV.include? '--with-src' - libexec.install Dir['*'] + libexec.install Dir['*'] system "chmod 0755 #{libexec}/bin/*" bin.install_symlink Dir["#{libexec}/bin/*"] end |
