From 115ed676dbe778bdc09a3cc03e52e4d569fda410 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 8 Mar 2012 19:56:55 -0800 Subject: fantom: fix audit warning --- Library/Formula/fantom.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3