superbin -> Superenv.bin

Fixes Homebrew/homebrew#22000.
This commit is contained in:
Jack Nagel 2013-08-19 14:47:23 -05:00
parent 4841c8ff3d
commit 2a067ba44d
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ class Serf < Formula
depends_on 'sqlite'
def apr_bin
superbin or "/usr/bin"
Superenv.bin or "/usr/bin"
end
def install

View file

@ -45,7 +45,7 @@ class Subversion < Formula
end if build.include? 'perl' or build.include? 'ruby'
def apr_bin
superbin or "/usr/bin"
Superenv.bin or "/usr/bin"
end
def install