build system: output tarball file name

This commit is contained in:
Moritz Bunkus 2015-05-12 19:21:27 +02:00
parent 39f267a824
commit 2bcd1aec8d

View File

@ -17,5 +17,6 @@ def create_source_tarball suffix = ""
"tar cJf \"#{tarball}\" mkvtoolnix-#{c(:PACKAGE_VERSION)}",
]
system commands.join(" && ")
puts tarball
end
end