aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-27 21:26:52 -0700
committerAdam Vandenberg2012-09-27 21:26:52 -0700
commitd1cb3d97ce8d9b382d6909958ed9bf90ab54346c (patch)
treec269b1e322066c61c381bff3c008b8fb202253c9 /Library/Formula
parentb96e0b3b6fe49a7bb314dd52d614dc14ccc7526c (diff)
downloadhomebrew-d1cb3d97ce8d9b382d6909958ed9bf90ab54346c.tar.bz2
dasm: also install docs
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dasm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dasm.rb b/Library/Formula/dasm.rb
index 427e2fc82..e13e764fc 100644
--- a/Library/Formula/dasm.rb
+++ b/Library/Formula/dasm.rb
@@ -7,6 +7,6 @@ class Dasm < Formula
def install
system "make"
- prefix.install Dir['bin']
+ prefix.install 'bin', 'doc'
end
end