Skip to content

Commit 94a6e6f

Browse files
committed
set top level folder to same as archname of tarball
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 78c763a commit 94a6e6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tool/make-snapshot

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ def package(rev, destdir)
203203
tag ||= "r#{revision}"
204204
end
205205
unless v == $exported
206-
if tag.empty?
206+
if $archname
207+
n = $archname
208+
elsif tag.empty?
207209
n = "ruby-#{version}"
208210
else
209211
n = "ruby-#{version}-#{tag}"

0 commit comments

Comments
 (0)