Skip to content
Snippets Groups Projects
Commit def522a5 authored by Max Howell's avatar Max Howell
Browse files

Make dmd and its kin executable

ZIP files suck. Long life tarballs!
parent 0a9e8362
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@ Formula.new(url, md5).brew do |prefix|
FileUtils.cp_r Dir['html/d/*'], html unless ARGV.include? '--no-html'
FileUtils.cp_r Dir['samples/d/*'], samples unless ARGV.include? '--no-samples'
# zip files suck
Dir.chdir(prefix+'bin') { `chmod u+x dmd dumpobj obj2asm` }
nil
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment