aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-30 10:53:46 -0700
committerAdam Vandenberg2013-06-30 10:53:46 -0700
commit4acfec9b1319af0c3038863f85b774e95d38440f (patch)
treec4602176f6850a833ca9d83746c80da92b7f17af /Library
parentbe3683fc526d24ecb689acb42724c2edb8f09bd6 (diff)
downloadhomebrew-4acfec9b1319af0c3038863f85b774e95d38440f.tar.bz2
ykpers: style nit
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ykpers.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ykpers.rb b/Library/Formula/ykpers.rb
index f7f966921..2ec988db3 100644
--- a/Library/Formula/ykpers.rb
+++ b/Library/Formula/ykpers.rb
@@ -19,10 +19,10 @@ class Ykpers < Formula
def install
libyubikey_prefix = Formula.factory('libyubikey').opt_prefix
- system "./configure", "--prefix=#{prefix}",
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
"--with-libyubikey-prefix=#{libyubikey_prefix}",
- '--with-backend=osx',
- '--disable-dependency-tracking'
+ "--with-backend=osx"
system "make check"
system "make install"
end