aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2009-09-29 15:59:49 -0700
committerMax Howell2009-09-30 18:04:05 +0100
commite0f02bca92336395c38422c453f9c3c480c81e8b (patch)
treeaa9e5fca19465f2cbacabd4968652bb37c67b829 /Library/Formula
parent1e90fdfdf7d58823bc0a8c5dda568a9ef7209094 (diff)
downloadhomebrew-e0f02bca92336395c38422c453f9c3c480c81e8b.tar.bz2
Update angband comment.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/angband.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/angband.rb b/Library/Formula/angband.rb
index 1c6742968..cf61d76cc 100644
--- a/Library/Formula/angband.rb
+++ b/Library/Formula/angband.rb
@@ -14,9 +14,7 @@ class Angband <Formula
"--disable-sdltest",
"--with-libpath=#{angband_libexec}"
system "make"
- # I'm not really sure what install is installing, since
- # it doesn't seem to install anything for me. --adamv
- # system "make install"
+ # Install manually; 'make install' doesn't work.
bin.install "src/angband"
angband_libexec.install Dir['lib/*']
end