Correcting name of News.txt to NEWS.txt to support case-sensitive file-systems

Signed-off-by: David Höppner <0xffea@gmail.com>

* Fixes Homebrew/homebrew#1481
master
Jose Diaz-Gonzalez 2010-05-29 02:28:17 -07:00 committed by David Höppner
parent cb037c38d6
commit a1dc8559f8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Imagemagick <Formula
system "make install"
# We already copy these into the keg root
%w[News.txt LICENSE ChangeLog].each {|f| (share+"ImageMagick/#{f}").unlink}
%w[NEWS.txt LICENSE ChangeLog].each {|f| (share+"ImageMagick/#{f}").unlink}
end
def caveats