aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Formula/dmd.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Formula/dmd.rb b/Formula/dmd.rb
index 0b6bec2e3..2ca36a757 100644
--- a/Formula/dmd.rb
+++ b/Formula/dmd.rb
@@ -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