Skip to content

Commit

Permalink
dasm: also install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Sep 28, 2012
1 parent b96e0b3 commit d1cb3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/dasm.rb
Expand Up @@ -7,6 +7,6 @@ class Dasm < Formula

def install
system "make"
prefix.install Dir['bin']
prefix.install 'bin', 'doc'
end
end

0 comments on commit d1cb3d9

Please sign in to comment.