diff options
| author | Petr Tichý | 2014-08-19 14:40:44 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-26 17:50:11 +0100 |
| commit | 5c8c02fbe73566dd4e17908167098a70c1dca8bd (patch) | |
| tree | 20d6f1d7de4cf0a0f5b3a7d703dab8f870c2a123 /Library/Formula/parallel.rb | |
| parent | 569a52749f2290fb508bcb2e541cd57be744dc50 (diff) | |
| download | homebrew-5c8c02fbe73566dd4e17908167098a70c1dca8bd.tar.bz2 | |
moreutils: add --without-parallel option
Allows moreutils to coexist with 'parallel' formula
Diffstat (limited to 'Library/Formula/parallel.rb')
| -rw-r--r-- | Library/Formula/parallel.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/parallel.rb b/Library/Formula/parallel.rb index cb29e55eb..fd864afce 100644 --- a/Library/Formula/parallel.rb +++ b/Library/Formula/parallel.rb @@ -7,7 +7,7 @@ class Parallel < Formula sha256 "8a146a59bc71218921d561f2c801b85e06fe3a21571083b58e6e0966dd397fd4" conflicts_with "moreutils", - :because => "both install a 'parallel' executable." + :because => "both install a 'parallel' executable. See the --without-parallel option for 'moreutils'" def install system "./configure", "--prefix=#{prefix}" |
