aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMichael Bashkirov2012-10-28 00:44:39 +0400
committerAdam Vandenberg2012-10-27 14:42:00 -0700
commit9f151dc1cf33c0904bd6f089d9259f6b7d131e59 (patch)
tree1be980603d25db35d4ea71ba98a6c5f8e14d5682 /Library
parent38a0d5d58da33a222a71ae94b498850ad08dfb05 (diff)
downloadhomebrew-9f151dc1cf33c0904bd6f089d9259f6b7d131e59.tar.bz2
rhash: fix install path
Closes #15701. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rhash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rhash.rb b/Library/Formula/rhash.rb
index c098680bd..d6f760d81 100644
--- a/Library/Formula/rhash.rb
+++ b/Library/Formula/rhash.rb
@@ -6,7 +6,7 @@ class Rhash < Formula
sha1 '83c0e74a39a7824f430ef24c107e3474831d0acf'
def install
- system 'make', 'install', "PREFIX=#{prefix}",
+ system 'make', 'install', "PREFIX=",
"DESTDIR=#{prefix}",
"CC=#{ENV.cc}"
end