aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-06-13 21:30:44 -0500
committerJack Nagel2012-06-13 21:31:32 -0500
commitf9a659b7897ec3e35d87675d2219957a36276c86 (patch)
treecd1362755469ac3877c76b6f2c21be41a86f8c54 /Library
parente3b068db686b2a8e234866256f63606b538e8c3e (diff)
downloadhomebrew-f9a659b7897ec3e35d87675d2219957a36276c86.tar.bz2
moreutils: install 'chronic'
Closes #12809. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/moreutils.rb2
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