arpoison - use bin.install

master
Adam Vandenberg 2010-02-15 14:47:54 -08:00
parent bca674fbbf
commit 98005f81df
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ class Arpoison <Formula
def install
system "make"
system "mkdir #{prefix}/bin"
system "install arpoison #{prefix}/bin"
bin.install "arpoison"
end
end