mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-16 07:10:39 -04:00
Fixed a problem with extracting the previous release's
generated files (used to create the release diff).
This commit is contained in:
1 parent
932fcfc1aa
commit
13e4914826
1 file changed
+2
-1
@@ -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