parent
4841c8ff3d
commit
2a067ba44d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue