From: Tilman Sauerbeck Date: Sat, 11 Nov 2006 12:47:36 +0000 (+0100) Subject: Resolved wildcards in PKG_FILES. X-Git-Tag: ruby-vorbistagger-0.0.1 X-Git-Url: http://git.code-monkey.de/?p=ruby-vorbistagger.git;a=commitdiff_plain;h=d1c49fe72b1142573b87c4e7364d639a2810f29e Resolved wildcards in PKG_FILES. --- diff --git a/Rakefile b/Rakefile index 4aa62fc..7a34bbb 100644 --- a/Rakefile +++ b/Rakefile @@ -21,8 +21,10 @@ PKG_VERSION = File.read("lib/ogg/vorbis/tagger.rb"). PKG_FILES = FileList[ "AUTHORS", "COPYING", "README", "Rakefile", "gemspec.rb", - "rake/{{configure,extension}task,gcc4test}.rb", - "ext/comments.[ch]", "ext/ext.c", "ext/vcedit.[ch]", + "rake/configuretask.rb", "rake/extensiontask.rb", + "rake/gcc4test.rb", + "ext/comments.c", "ext/comments.h", "ext/ext.c", + "ext/vcedit.c", "ext/vcedit.h", "lib/ogg/vorbis/tagger.rb", "test/test_main.rb" ]