aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/task-spooler.rb
diff options
context:
space:
mode:
authorJack Nagel2013-01-02 23:36:18 -0600
committerJack Nagel2013-01-02 23:36:18 -0600
commit8c61ff650ed783ad700614ca70903cd5f5eed86d (patch)
tree00f59912d5f1fc9284f1a8c9588e4444bfdba53c /Library/Formula/task-spooler.rb
parent5a9b6adb71f540be879eee79040a5e2d6336f67e (diff)
downloadhomebrew-8c61ff650ed783ad700614ca70903cd5f5eed86d.tar.bz2
moreutils and task-spooler conflict
Fixes #16850.
Diffstat (limited to 'Library/Formula/task-spooler.rb')
-rw-r--r--Library/Formula/task-spooler.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/task-spooler.rb b/Library/Formula/task-spooler.rb
index 3313c40f7..6bea30810 100644
--- a/Library/Formula/task-spooler.rb
+++ b/Library/Formula/task-spooler.rb
@@ -5,6 +5,9 @@ class TaskSpooler < Formula
url 'http://vicerveza.homeunix.net/~viric/soft/ts/ts-0.7.3.tar.gz'
sha1 '33b9321d4f48a2c2685a8240db4e00c0e69ef9bc'
+ conflicts_with 'moreutils',
+ :because => "both install a 'ts' executable."
+
def install
system "make", "install", "PREFIX=#{prefix}"
end