Skip to content

Commit 29b37b6

Browse files
committed
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.
1 parent 652d180 commit 29b37b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DoKernelOrg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ maint | maint-* | master)
7474
cd "$HOME/rpms/" &&
7575
tar cf "TARBALL/$V.$arch.tar" \
7676
RPMS/$arch/*-$V-*.$arch.rpm &&
77-
ls -ld $HOME/rpms/TARBALL/$V.tar
77+
ls -ld $HOME/rpms/TARBALL/$V.$arch.tar
7878
)
7979
make clean
8080
;;

0 commit comments

Comments
 (0)