From 564f4f80721a33d0bcc5ec42054fd4fa1637cd85 Mon Sep 17 00:00:00 2001 From: John Colvin Date: Fri, 27 Mar 2015 09:39:16 +0000 Subject: dmd: tools install dustmite Closes #38115. Signed-off-by: Brett Koonce --- Library/Formula/dmd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/dmd.rb b/Library/Formula/dmd.rb index b0210a540..0c3567848 100644 --- a/Library/Formula/dmd.rb +++ b/Library/Formula/dmd.rb @@ -61,7 +61,7 @@ class Dmd < Formula resource("tools").stage do - inreplace "posix.mak", "install: $(TOOLS) $(CURL_TOOLS)", "install: $(TOOLS)" + inreplace "posix.mak", "install: $(TOOLS) $(CURL_TOOLS)", "install: $(TOOLS) $(ROOT)/dustmite" system "make", "install", *make_args end end -- cgit v1.2.3