aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-25 22:45:04 -0800
committerMax Howell2009-12-12 16:24:17 +0000
commita7b7c45d593adffbe2a0b39dc3df8ef8d19b1bd6 (patch)
treeaf3ff64bbc403563722a85264753da7ce6f7aefd /Library
parent286a446540b90157ba62bc369e0a6655cb507995 (diff)
downloadhomebrew-a7b7c45d593adffbe2a0b39dc3df8ef8d19b1bd6.tar.bz2
Reformat adamem
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/adamem.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/adamem.rb b/Library/Formula/adamem.rb
index 5465a8c24..725209cab 100644
--- a/Library/Formula/adamem.rb
+++ b/Library/Formula/adamem.rb
@@ -19,10 +19,8 @@ END
system "make -f Makefile.osx dist"
end
- # Put applications and ROMs in libexec
libexec.install Dir["dist/*"]
- # Put shim scripts in bin
(bin+'adamem').write startup_script('adamem')
(bin+'cvem').write startup_script('cvem')
end