diff options
| author | Adam Vandenberg | 2012-09-27 21:26:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-27 21:26:52 -0700 |
| commit | d1cb3d97ce8d9b382d6909958ed9bf90ab54346c (patch) | |
| tree | c269b1e322066c61c381bff3c008b8fb202253c9 /Library/Formula/dasm.rb | |
| parent | b96e0b3b6fe49a7bb314dd52d614dc14ccc7526c (diff) | |
| download | homebrew-d1cb3d97ce8d9b382d6909958ed9bf90ab54346c.tar.bz2 | |
dasm: also install docs
Diffstat (limited to 'Library/Formula/dasm.rb')
| -rw-r--r-- | Library/Formula/dasm.rb | 2 |
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 |
