aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/arpoison.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-15 14:47:54 -0800
committerAdam Vandenberg2010-02-15 14:47:54 -0800
commitfc261f427b1f097eac9cf70be9d590b183de6217 (patch)
tree3a94c766278cf7706335159dea19a7246291d478 /Library/Formula/arpoison.rb
parent5a5aa0158dd05502510f63ceba206877bffb2b80 (diff)
downloadhomebrew-fc261f427b1f097eac9cf70be9d590b183de6217.tar.bz2
arpoison - use bin.install
Diffstat (limited to 'Library/Formula/arpoison.rb')
-rw-r--r--Library/Formula/arpoison.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/arpoison.rb b/Library/Formula/arpoison.rb
index 44f514349..17b9176f3 100644
--- a/Library/Formula/arpoison.rb
+++ b/Library/Formula/arpoison.rb
@@ -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