diff options
-rw-r--r-- | lib/rubygems/package/old.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ class Gem::Package::Old < Gem::Package FileUtils.rm_rf destination - FileUtils.mkdir_p File.dirname(destination), :mode => dir_mode && 0755 File.open destination, "wb", file_mode(entry["mode"]) do |out| out.write file_data |