diff options
| author | John Colvin | 2015-03-27 09:39:16 +0000 |
|---|---|---|
| committer | Brett Koonce | 2015-03-31 23:40:30 -0700 |
| commit | 564f4f80721a33d0bcc5ec42054fd4fa1637cd85 (patch) | |
| tree | f2cd2f21c9c45cc0891da5b2840095106d7f4b79 /Library | |
| parent | e90edc732de92816fe029632a76e6bf3e8f140bf (diff) | |
| download | homebrew-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.rb | 2 |
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 |
