X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2551c47eb73dc3472b0e91a99a1fab68386f1f4a..aad635f766c450cd2cfac5fe5705213a417050b4:/packaging/release-rsync diff --git a/packaging/release-rsync b/packaging/release-rsync index f1afd2e9..50c940a5 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -232,11 +232,11 @@ my $ans = ; system "git commit -a -m 'Preparing for release of $version'" and exit 1; print "Updating files in \"patches\" dir ...\n"; -system "support/patch-update"; +system "packaging/patch-update"; if ($ans =~ /^y/i) { print "\nVisiting all \"patch/*\" branches ...\n"; - system "support/patch-update --shell"; + system "packaging/patch-update --shell"; } print $break, <