Skip to content

Commit

Permalink
Merge pull request jordansissel#593 from samcrang/correct_md5sums_per…
Browse files Browse the repository at this point in the history
…missions

Correct permissions for `md5sums`.
  • Loading branch information
jordansissel committed Dec 6, 2013
2 parents 03ea907 + 1ceb2e7 commit 44acd83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fpm/package/deb.rb
Expand Up @@ -626,6 +626,7 @@ def write_md5sums
out.puts "#{md5} #{path}"
end
end
File.chmod(0644, control_path("md5sums"))
end
end # def write_md5sums

Expand Down

0 comments on commit 44acd83

Please sign in to comment.