Fix mips filenames for upload
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
20f2105ed0
commit
8ac7a212f0
1 changed files with 3 additions and 3 deletions
|
@ -36,13 +36,13 @@ post_build() {
|
||||||
|
|
||||||
case ${spec} in
|
case ${spec} in
|
||||||
stage3-mips32-o32-openrc.spec)
|
stage3-mips32-o32-openrc.spec)
|
||||||
upload stage3-mips32_o32-openrc-${TIMESTAMP}.xz*
|
upload stage3-mips32_o32-openrc-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
stage3-mips64-n64-openrc.spec)
|
stage3-mips64-n64-openrc.spec)
|
||||||
upload stage3-mips64_n64-openrc-${TIMESTAMP}.xz*
|
upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
stage3-mips64el-n64-openrc.spec)
|
stage3-mips64el-n64-openrc.spec)
|
||||||
upload stage3-mips64el_n64-openrc-${TIMESTAMP}.xz*
|
upload stage3-mips64el_n64-openrc-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Finished ${spec}"
|
echo "Finished ${spec}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue