Removed COPYING from distro list. This GPL file is replaced by LICENCE.

master
blackhedd 2006-04-30 18:44:45 +00:00
parent bae0b92211
commit 6e3e95c237
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if $can_minitar
Dir.chdir("..") do
begin
files = %W(bin/**/* lib/**/* tests/**/* ChangeLog README LICENCE
COPYING Rakefile net-ldap.gemspec setup.rb pre-setup.rb)
Rakefile net-ldap.gemspec setup.rb pre-setup.rb)
files = FileList[files.map { |file| File.join(current, file) }].to_a
files.map! do |dd|
ddnew = dd.gsub(/^#{current}/, $distdir)