diff options
Diffstat (limited to 'Library/Formula/adamem.rb')
| -rw-r--r-- | Library/Formula/adamem.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/adamem.rb b/Library/Formula/adamem.rb index 725209cab..8e5ed8eec 100644 --- a/Library/Formula/adamem.rb +++ b/Library/Formula/adamem.rb @@ -13,18 +13,18 @@ class Adamem <Formula  #{libexec}/#{app} -os7 "#{libexec}/OS7.rom" -eos "#{libexec}/EOS.rom" -wp "#{libexec}/WP.rom" $*  END    end -   +    def install      Dir.chdir 'src' do        system "make -f Makefile.osx dist"      end -     +      libexec.install Dir["dist/*"] -   +      (bin+'adamem').write startup_script('adamem')      (bin+'cvem').write startup_script('cvem')    end -   +    def caveats      "Note that AdamEm is an X11 app, and does not support sound."    end | 
