From 700a2b2350ce22ffd060be811f0258875425b592 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 9 Mar 2009 07:49:14 +0000 Subject: * lib/rake: updated to rake code to rake-0.8.4 source code base. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rake/packagetask.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/rake/packagetask.rb') diff --git a/lib/rake/packagetask.rb b/lib/rake/packagetask.rb index 75bf41c457..de14fc77d8 100644 --- a/lib/rake/packagetask.rb +++ b/lib/rake/packagetask.rb @@ -42,7 +42,7 @@ module Rake # end # class PackageTask < TaskLib - # Name of the package. + # Name of the package (from the GEM Spec). attr_accessor :name # Version of the package (e.g. '1.3.2'). @@ -120,7 +120,6 @@ module Rake task :package => ["#{package_dir}/#{file}"] file "#{package_dir}/#{file}" => [package_dir_path] + package_files do chdir(package_dir) do - sh %{env} sh %{#{@tar_command} #{flag}cvf #{file} #{package_name}} end end -- cgit v1.2.3