diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/schroedinger.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/schroedinger.rb b/Library/Formula/schroedinger.rb index b619190f9..20d685042 100644 --- a/Library/Formula/schroedinger.rb +++ b/Library/Formula/schroedinger.rb @@ -7,7 +7,7 @@ class Schroedinger < Formula head 'git://diracvideo.org/git/schroedinger.git' - if ARGV.build_head? + if build.head? depends_on :automake depends_on :libtool end @@ -16,7 +16,7 @@ class Schroedinger < Formula depends_on 'orc' def install - system "autoreconf -i -f" if ARGV.build_head? + system "autoreconf -i -f" if build.head? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" |
