diff options
| author | Misty De Meo | 2014-04-12 10:38:06 -0700 |
|---|---|---|
| committer | Misty De Meo | 2014-04-12 10:38:06 -0700 |
| commit | 08c1bb897b755bc24330152badeddf16234495db (patch) | |
| tree | 60b72a7521fbf1ef8f40bd1e2c4fb4363235ea50 | |
| parent | 1d153c86f8600ab7058d6640dbd8b28c05704ddd (diff) | |
| download | homebrew-08c1bb897b755bc24330152badeddf16234495db.tar.bz2 | |
mpd: fix caveat indentation
| -rw-r--r-- | Library/Formula/mpd.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb index 8af0aaa9e..0e2c6fd48 100644 --- a/Library/Formula/mpd.rb +++ b/Library/Formula/mpd.rb @@ -93,8 +93,7 @@ class Mpd < Formula system "make install" end - def caveats - <<-EOS + def caveats; <<-EOS.undent As of mpd-0.17.4, this formula no longer enables support for streaming output by default. If you want streaming output, you must now specify the --with-libshout, --with-lame, --with-twolame, and/or --with-flac |
