aboutsummaryrefslogtreecommitdiffstats
path: root/Formula/dmd.rb
diff options
context:
space:
mode:
authorMax Howell2009-05-21 01:22:43 +0100
committerMax Howell2009-05-21 01:22:43 +0100
commit044b732cd48ac0df75062841b71c718934a23102 (patch)
treeba35a2740a0ec98d04b493d4235a5080626f4f97 /Formula/dmd.rb
parentd5241043f3a88d388d195621f45de9ce05fb703b (diff)
downloadbrew-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.rb2
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'