diff options
Diffstat (limited to 'Library')
| -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 |
