aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-28 15:55:38 -0700
committerAdam Vandenberg2012-10-28 15:57:04 -0700
commit3d0098200fbc12d07c4b6f64c367f350d0eb9864 (patch)
treee47464c05795586720244acfca374c9ccb1e2716 /Library
parentd5bcca0fef488b2b86c94fc3b3f7151e5f09af4b (diff)
downloadhomebrew-3d0098200fbc12d07c4b6f64c367f350d0eb9864.tar.bz2
sip: fix patch fuzz
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sip.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb
index 5d36ddd72..1e700cacd 100644
--- a/Library/Formula/sip.rb
+++ b/Library/Formula/sip.rb
@@ -64,7 +64,7 @@ diff --git a/build.py b/build.py
index 927d7f1..fdf13a3 100755
--- a/build.py
+++ b/build.py
-@@ -179,7 +179,7 @@ def _get_release():
+@@ -185,7 +185,7 @@ def _get_release():
changelog = None
name = os.path.basename(_RootDir)
@@ -73,7 +73,7 @@ index 927d7f1..fdf13a3 100755
version = None
parts = name.split('-')
-@@ -192,7 +192,7 @@ def _get_release():
+@@ -198,7 +198,7 @@ def _get_release():
# Format the results.
if version is None:
@@ -88,7 +88,7 @@ diff --git a/siputils.py b/siputils.py
index 57e8911..1af6152 100644
--- a/siputils.py
+++ b/siputils.py
-@@ -1434,8 +1434,8 @@ class ModuleMakefile(Makefile):
+@@ -1485,8 +1485,8 @@ class ModuleMakefile(Makefile):
# 'real_prefix' exists if virtualenv is being used.
dl = getattr(sys, 'real_prefix', sys.exec_prefix).split(os.sep)