aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-27 21:55:54 -0700
committerAdam Vandenberg2012-08-27 21:55:54 -0700
commitc8378d73b1ebacdba0f57fb082c213b6f2e9a572 (patch)
treeaf1ceecee1e8ea621b9e8860c1b7ac3858315dbe /Library
parenta8769c7e85aef083e7fc2c878e5ae6f05166f320 (diff)
downloadhomebrew-c8378d73b1ebacdba0f57fb082c213b6f2e9a572.tar.bz2
netpbm: use new dsl
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/netpbm.rb2
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