From 8b5fbcef4d5a92dbde695f6effb6ce1ea056b11a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 17 Nov 2013 14:02:54 -0800 Subject: gammu: wrap these --- Library/Formula/gammu.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/gammu.rb b/Library/Formula/gammu.rb index 11606f2c6..290047564 100644 --- a/Library/Formula/gammu.rb +++ b/Library/Formula/gammu.rb @@ -25,7 +25,9 @@ class Gammu < Formula system 'make install' python do chdir 'python' do - system "#{python.binary} setup.py build_ext --gammu-libs=#{lib} --gammu-incs=#{include}/gammu install" + system "#{python.binary}", "setup.py", "build_ext", + "--gammu-libs=#{lib}", + "--gammu-incs=#{include}/gammu install" end end end -- cgit v1.2.3