diff options
| author | Max Howell | 2009-07-31 00:14:08 +0100 |
|---|---|---|
| committer | Max Howell | 2009-07-31 00:28:45 +0100 |
| commit | 5085980dcb611f17e1b18655f8fde38a2b66fa6f (patch) | |
| tree | 51c12be926f67fdfdfe05e506ddb465f5505cd68 /bin | |
| parent | 9688783f0bfe749d184c211cc73a9316763048ac (diff) | |
| download | homebrew-5085980dcb611f17e1b18655f8fde38a2b66fa6f.tar.bz2 | |
Copy LICENSE file if it exists also
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ def install formula else formula.prefix.mkpath formula.install - %w[README ChangeLog COPYING COPYRIGHT AUTHORS].each do |file| + %w[README ChangeLog COPYING LICENSE COPYRIGHT AUTHORS].each do |file| formula.prefix.install file if File.file? file end end |
