mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Make dmd and its kin executable
ZIP files suck. Long life tarballs!
This commit is contained in:
parent
0a9e8362e4
commit
def522a5cf
@ -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
|
Loading…
x
Reference in New Issue
Block a user