mirror of
https://github.com/git/git.git
synced 2026-08-09 17:40:16 +00:00
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.
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user