DoKernelOrg: fix the final report of built tarball

f148646 (Meta/DoKernelOrg: adjust to multi-arch $HOME structure better, 2009-04-26) updated the name of the tarball to include architecture, without adjusting the same name used for the reporting purposes.

Junio C Hamano committed May 2, 2009 at 03:10 UTC 29b37b6598b6ae45b3cb52aff1c81a71da5d4cb7
1 file changed +1 -1
DoKernelOrg
+1 -1
@@ -74,7 +74,7 @@ maint | maint-* | master)
74 cd "$HOME/rpms/" &&
75 tar cf "TARBALL/$V.$arch.tar" \
76 RPMS/$arch/*-$V-*.$arch.rpm &&
77 - ls -ld $HOME/rpms/TARBALL/$V.tar
77 + ls -ld $HOME/rpms/TARBALL/$V.$arch.tar
78 )
79 make clean
80 ;;