diff options
Diffstat (limited to 'Library/Formula/fop.rb')
| -rw-r--r-- | Library/Formula/fop.rb | 9 | 
1 files changed, 1 insertions, 8 deletions
diff --git a/Library/Formula/fop.rb b/Library/Formula/fop.rb index 386a6f30e..6a6ac13f0 100644 --- a/Library/Formula/fop.rb +++ b/Library/Formula/fop.rb @@ -10,16 +10,9 @@ class Fop < Formula      DATA    end -  def shim_script target -    <<-EOS.undent -      #!/bin/bash -      "#{libexec}/#{target}" "$@" -    EOS -  end -    def install      libexec.install Dir["*"] -    (bin+'fop').write shim_script('fop') +    bin.write_exec_script libexec/'fop'    end  end  | 
