Skip to content
Snippets Groups Projects
Commit bf6c7268 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Force readme files to not be executable.

parent fb9f4bbc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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