X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6fd2c27f38e1a5be6a6de9e3065a553ab69c0064..37077bd3393d04af810a04b122cf96bdf8fde076:/packaging/release-rsync diff --git a/packaging/release-rsync b/packaging/release-rsync index 371f41db..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, <