aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-17 14:02:54 -0800
committerAdam Vandenberg2013-11-17 14:02:54 -0800
commit8b5fbcef4d5a92dbde695f6effb6ce1ea056b11a (patch)
treed6c296c072c5493ded5807b7ef4bd312aa1aa435 /Library/Formula
parent61634016d012743bb73bd6b1a5f8c6e9cb99698e (diff)
downloadhomebrew-8b5fbcef4d5a92dbde695f6effb6ce1ea056b11a.tar.bz2
gammu: wrap these
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gammu.rb4
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