ykpers: style nit
This commit is contained in:
parent
f95fa23b05
commit
237f9d6526
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue