Force readme files to not be executable.
This commit is contained in:
parent
fb9f4bbccc
commit
bf6c7268b4
@ -90,6 +90,7 @@ def install f
|
|||||||
FORMULA_META_FILES.each do |file|
|
FORMULA_META_FILES.each do |file|
|
||||||
FileUtils.mv "#{file}.txt", file rescue nil
|
FileUtils.mv "#{file}.txt", file rescue nil
|
||||||
f.prefix.install file rescue nil
|
f.prefix.install file rescue nil
|
||||||
|
(f.prefix+file).chmod 0644 rescue nil
|
||||||
end
|
end
|
||||||
build_time = Time.now-beginning
|
build_time = Time.now-beginning
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user