Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
do not check for macport if Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Rubio committed Nov 10, 2010
1 parent 382bc98 commit 871a2c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/brew.h.rb
Expand Up @@ -363,6 +363,7 @@ def diy
end
def macports_or_fink_installed?
return false if SystemCommand.platform == :linux
# See these issues for some history:
# http://github.com/mxcl/homebrew/issues/#issue/13
# http://github.com/mxcl/homebrew/issues/#issue/41
Expand Down

0 comments on commit 871a2c2

Please sign in to comment.