diff options
| author | Jack Nagel | 2012-06-13 21:30:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-06-13 21:31:32 -0500 |
| commit | f9a659b7897ec3e35d87675d2219957a36276c86 (patch) | |
| tree | cd1362755469ac3877c76b6f2c21be41a86f8c54 | |
| parent | e3b068db686b2a8e234866256f63606b538e8c3e (diff) | |
| download | homebrew-f9a659b7897ec3e35d87675d2219957a36276c86.tar.bz2 | |
moreutils: install 'chronic'
Closes #12809.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/moreutils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/moreutils.rb b/Library/Formula/moreutils.rb index afbf6e002..514a7ab7e 100644 --- a/Library/Formula/moreutils.rb +++ b/Library/Formula/moreutils.rb @@ -8,7 +8,7 @@ class Moreutils < Formula def install # Building the man pages requires DocBook, so we skip them. - scripts = %w[combine ts vidir vipe zrun] + scripts = %w[chronic combine ts vidir vipe zrun] binaries = %w[isutf8 ifne pee sponge mispipe lckdo parallel] # Just `make all` will try to build the man pages. system "make", *binaries |
