Force readme files to not be executable.

This commit is contained in:
Adam Vandenberg 2010-04-03 11:17:30 -07:00
parent fb9f4bbccc
commit bf6c7268b4

View File

@ -90,6 +90,7 @@ def install f
FORMULA_META_FILES.each do |file|
FileUtils.mv "#{file}.txt", file rescue nil
f.prefix.install file rescue nil
(f.prefix+file).chmod 0644 rescue nil
end
build_time = Time.now-beginning
end