Removed COPYING from distro list. This GPL file is replaced by LICENCE.
This commit is contained in:
parent
bae0b92211
commit
6e3e95c237
2
Rakefile
2
Rakefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue