mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-20 04:48:05 -05:00
Fixed a problem with extracting the previous release's
generated files (used to create the release diff).
This commit is contained in:
@@ -194,9 +194,10 @@ print "<Press Enter to continue> ";
|
||||
$_ = <STDIN>;
|
||||
|
||||
@_ = @extra_files;
|
||||
map { s#^#a/# } @_;
|
||||
map { s#^#rsync-$lastversion/# } @_;
|
||||
$_[0] =~ s/configure\.sh/configure/; # XXX remove soon
|
||||
system "tar xzf $lasttar_file @_";
|
||||
rename("rsync-$lastversion", 'a');
|
||||
rename("a/configure", "a/configure.sh"); # XXX remove soon
|
||||
|
||||
system "rsync -a @extra_files rsync-$version/";
|
||||
|
||||
Reference in New Issue
Block a user