diff options
| author | Max Howell | 2009-05-21 01:22:43 +0100 |
|---|---|---|
| committer | Max Howell | 2009-05-21 01:22:43 +0100 |
| commit | 044b732cd48ac0df75062841b71c718934a23102 (patch) | |
| tree | ba35a2740a0ec98d04b493d4235a5080626f4f97 /Formula/dmd.rb | |
| parent | d5241043f3a88d388d195621f45de9ce05fb703b (diff) | |
| download | brew-044b732cd48ac0df75062841b71c718934a23102.tar.bz2 | |
Install dmd phobos src
The sources are required for development in D
Diffstat (limited to 'Formula/dmd.rb')
| -rw-r--r-- | Formula/dmd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Formula/dmd.rb b/Formula/dmd.rb index 0c0c7f6d7..0ce8991e3 100644 --- a/Formula/dmd.rb +++ b/Formula/dmd.rb @@ -10,7 +10,7 @@ Formula.new(url, md5).brew do |prefix| FileUtils.cp_r 'osx/bin', prefix FileUtils.cp_r 'osx/lib', prefix FileUtils.cp_r 'man', prefix - FileUtils.cp_r 'man', prefix + FileUtils.cp_r 'src', prefix share=prefix+'share'+'doc'+'d' html=share+'html' |
