aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-30 10:53:11 -0700
committerAdam Vandenberg2013-06-30 10:53:11 -0700
commitbe3683fc526d24ecb689acb42724c2edb8f09bd6 (patch)
treeb458ef3b3b494d53c8f67172f0f4f15ddd4feb5b /Library/Formula
parent4d5a56d24122275ae81a71d6860c1c9e0f4cc6e1 (diff)
downloadhomebrew-be3683fc526d24ecb689acb42724c2edb8f09bd6.tar.bz2
ykpers: use opt_prefix
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ykpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ykpers.rb b/Library/Formula/ykpers.rb
index e5233424e..f7f966921 100644
--- a/Library/Formula/ykpers.rb
+++ b/Library/Formula/ykpers.rb
@@ -18,7 +18,7 @@ class Ykpers < Formula
end
def install
- libyubikey_prefix = Formula.factory('libyubikey').prefix
+ libyubikey_prefix = Formula.factory('libyubikey').opt_prefix
system "./configure", "--prefix=#{prefix}",
"--with-libyubikey-prefix=#{libyubikey_prefix}",
'--with-backend=osx',