aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJohn Colvin2015-03-27 09:39:16 +0000
committerBrett Koonce2015-03-31 23:40:30 -0700
commit564f4f80721a33d0bcc5ec42054fd4fa1637cd85 (patch)
treef2cd2f21c9c45cc0891da5b2840095106d7f4b79 /Library
parente90edc732de92816fe029632a76e6bf3e8f140bf (diff)
downloadhomebrew-564f4f80721a33d0bcc5ec42054fd4fa1637cd85.tar.bz2
dmd: tools install dustmite
Closes #38115. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dmd.rb2
1 files changed, 1 insertions, 1 deletions
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