catalyst-auto-x86.conf: add missing -systemd suffix on upload call

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2020-05-26 06:45:56 -05:00
parent bb01692c4f
commit 5bfe6e81dc
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -90,7 +90,7 @@ post_build() {
upload stage3-i686-${TIMESTAMP}.tar.xz*
;;
i686/stage3-systemd.spec)
upload stage3-i686-${TIMESTAMP}.tar.xz*
upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null || exit