From: Wayne Davison Date: Tue, 8 Apr 2008 15:15:39 +0000 (-0700) Subject: Call patch-update in its new location. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e53f49d1af16f26a950c3aa88c47cf1eb124b76b?hp=0917f581bcc198020146323419557b990a0f6732 Call patch-update in its new location. --- 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, <