diff options
| author | Adam Vandenberg | 2013-11-17 14:02:54 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-17 14:02:54 -0800 |
| commit | 8b5fbcef4d5a92dbde695f6effb6ce1ea056b11a (patch) | |
| tree | d6c296c072c5493ded5807b7ef4bd312aa1aa435 /Library | |
| parent | 61634016d012743bb73bd6b1a5f8c6e9cb99698e (diff) | |
| download | homebrew-8b5fbcef4d5a92dbde695f6effb6ce1ea056b11a.tar.bz2 | |
gammu: wrap these
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gammu.rb | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
