class Rake::PackageTask

def working_dir

def working_dir
  without_parent_dir ? package_dir_path : package_dir
end