aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-07-31 00:14:08 +0100
committerMax Howell2009-07-31 00:28:45 +0100
commit5085980dcb611f17e1b18655f8fde38a2b66fa6f (patch)
tree51c12be926f67fdfdfe05e506ddb465f5505cd68 /bin
parent9688783f0bfe749d184c211cc73a9316763048ac (diff)
downloadhomebrew-5085980dcb611f17e1b18655f8fde38a2b66fa6f.tar.bz2
Copy LICENSE file if it exists also
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index e4099fa1a..2d3dc4da9 100755
--- a/bin/brew
+++ b/bin/brew
@@ -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