diff options
| author | Adam Vandenberg | 2012-08-22 21:29:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-22 21:29:50 -0700 |
| commit | 80e6ed2272a6db2bd5d6f3900bd6446ad27183d0 (patch) | |
| tree | bd9d70e11958179f4f78a58b0791010759bd0c5c /Library/Formula/sip.rb | |
| parent | 93e3cb6279cb4aa5112561f44e88a10c3a0b651b (diff) | |
| download | homebrew-80e6ed2272a6db2bd5d6f3900bd6446ad27183d0.tar.bz2 | |
sip: use new dsl
Diffstat (limited to 'Library/Formula/sip.rb')
| -rw-r--r-- | Library/Formula/sip.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb index a29f04060..5d36ddd72 100644 --- a/Library/Formula/sip.rb +++ b/Library/Formula/sip.rb @@ -19,7 +19,7 @@ class Sip < Formula end def install - if ARGV.build_head? + if build.head? # Set fallback version to the same value it would have without the patch # and link the Mercurial repository into the download directory so # buid.py can use it to figure out a version number. |
