aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-17 14:03:12 -0800
committerAdam Vandenberg2013-11-17 14:03:12 -0800
commita7fdff34896598f85c6246874f7e551ee9e4398b (patch)
tree019cd71ca50fddabde1a99b8c82a75e7de9c9c9f /Library
parent8b5fbcef4d5a92dbde695f6effb6ce1ea056b11a (diff)
downloadhomebrew-a7fdff34896598f85c6246874f7e551ee9e4398b.tar.bz2
gammu: wrap these
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gammu.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/gammu.rb b/Library/Formula/gammu.rb
index 290047564..a7f5a4448 100644
--- a/Library/Formula/gammu.rb
+++ b/Library/Formula/gammu.rb
@@ -25,9 +25,11 @@ class Gammu < Formula
system 'make install'
python do
chdir 'python' do
- system "#{python.binary}", "setup.py", "build_ext",
+ system "#{python.binary}", "setup.py",
+ "build_ext",
"--gammu-libs=#{lib}",
- "--gammu-incs=#{include}/gammu install"
+ "--gammu-incs=#{include}/gammu",
+ "install"
end
end
end