diff options
| author | Jose Diaz-Gonzalez | 2010-05-29 02:28:17 -0700 | 
|---|---|---|
| committer | David Höppner | 2010-05-29 13:02:40 +0200 | 
| commit | d30f084024ff7d10a0da2677c0c54147028503ab (patch) | |
| tree | 22d7e71d4276bf51fe1824b65b29e5949a36e65d /Library | |
| parent | 76397a5a75d1a6c1f3f2304d5f3d46db8ad742ff (diff) | |
| download | homebrew-d30f084024ff7d10a0da2677c0c54147028503ab.tar.bz2 | |
Correcting name of News.txt to NEWS.txt to support case-sensitive file-systems
Signed-off-by: David Höppner <0xffea@gmail.com>
* Fixes #1481
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/imagemagick.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index 70fbe374e..6cc47bd81 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -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  | 
