diff options
| author | Adam Vandenberg | 2012-08-27 21:55:54 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-27 21:55:54 -0700 |
| commit | c8378d73b1ebacdba0f57fb082c213b6f2e9a572 (patch) | |
| tree | af1ceecee1e8ea621b9e8860c1b7ac3858315dbe /Library | |
| parent | a8769c7e85aef083e7fc2c878e5ae6f05166f320 (diff) | |
| download | homebrew-c8378d73b1ebacdba0f57fb082c213b6f2e9a572.tar.bz2 | |
netpbm: use new dsl
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/netpbm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/netpbm.rb b/Library/Formula/netpbm.rb index 4134a0ed4..c347eba17 100644 --- a/Library/Formula/netpbm.rb +++ b/Library/Formula/netpbm.rb @@ -12,7 +12,7 @@ class Netpbm < Formula depends_on :libpng def install - if ARGV.build_head? + if build.head? system "cp", "config.mk.in", "config.mk" config = "config.mk" else |
