From 29b37b6598b6ae45b3cb52aff1c81a71da5d4cb7 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 2 May 2009 03:10:13 -0700 Subject: [PATCH] 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. --- DoKernelOrg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DoKernelOrg b/DoKernelOrg index 13edff4061..e05d059040 100755 --- a/DoKernelOrg +++ b/DoKernelOrg @@ -74,7 +74,7 @@ maint | maint-* | master) cd "$HOME/rpms/" && tar cf "TARBALL/$V.$arch.tar" \ RPMS/$arch/*-$V-*.$arch.rpm && - ls -ld $HOME/rpms/TARBALL/$V.tar + ls -ld $HOME/rpms/TARBALL/$V.$arch.tar ) make clean ;;