dasm: also install docs

master
Adam Vandenberg 2012-09-27 21:26:52 -07:00
parent 428a4d322e
commit 2a645183c7
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ class Dasm < Formula
def install
system "make"
prefix.install Dir['bin']
prefix.install 'bin', 'doc'
end
end