diff options
| author | Jack Nagel | 2012-05-22 16:37:04 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-22 22:22:00 -0500 |
| commit | 071c3eb3f4103ab292df0b28d2372717976c4da8 (patch) | |
| tree | 82ed4a64962f25a1beef536bee6e755cd4067f2e /Library/Formula/libssh.rb | |
| parent | c0bbf60eaff5d80995f3c69c0d4ca022c2acf6f6 (diff) | |
| download | homebrew-071c3eb3f4103ab292df0b28d2372717976c4da8.tar.bz2 | |
Use new std_cmake_args method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/libssh.rb')
| -rw-r--r-- | Library/Formula/libssh.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libssh.rb b/Library/Formula/libssh.rb index ea5586662..6c67b3c7e 100644 --- a/Library/Formula/libssh.rb +++ b/Library/Formula/libssh.rb @@ -9,7 +9,7 @@ class Libssh < Formula def install mkdir 'build' do - system "cmake #{std_cmake_parameters} .." + system "cmake", "..", *std_cmake_args system "make install" end end |
