> > [ > https://issues.apache.org/jira/browse/SERF-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > J. Lewis Muir updated SERF-181: > ------------------------------- > Description: > The modes of the files in the serf-1.3.9.tar.bz2 source tarball are > all group- and world-writable. This is problematic if the tarball is > extracted as root since many tar implementations will preserve the > file modes even without the {{\-p}} option, thus creating files that > are group- and world-writable. It would be better if the file modes > were not group- and world-writable in the tarball.
Simply setting `umask 022` in dist.sh before the `svn export` commands are run should fix this.