From e53f49d1af16f26a950c3aa88c47cf1eb124b76b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 8 Apr 2008 08:15:39 -0700 Subject: [PATCH] Call patch-update in its new location. --- packaging/release-rsync | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, <