summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'tool/make-snapshot')
-rwxr-xr-xtool/make-snapshot7
1 files changed, 1 insertions, 6 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index da312c3681..436863b185 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -289,13 +289,8 @@ def package(vcs, rev, destdir, tmp = nil)
dest = exported + file[$srcdir.size..-1]
FileUtils.mkpath(File.dirname(dest))
begin
- FileUtils.ln(file, dest, force: true)
- next unless File.symlink?(dest)
- File.unlink(dest)
- rescue SystemCallError
- end
- begin
FileUtils.cp_r(file, dest)
+ FileUtils.chmod_R("u=rwX,go=rX", dest)
rescue SystemCallError
end
end