diff options
Diffstat (limited to 'Library/Formula')
| -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 |
