catalyst-auto-x86.conf: add missing -systemd suffix on upload call
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
parent
bb01692c4f
commit
5bfe6e81dc
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ post_build() {
|
||||||
upload stage3-i686-${TIMESTAMP}.tar.xz*
|
upload stage3-i686-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
i686/stage3-systemd.spec)
|
i686/stage3-systemd.spec)
|
||||||
upload stage3-i686-${TIMESTAMP}.tar.xz*
|
upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
popd >/dev/null || exit
|
popd >/dev/null || exit
|
||||||
|
|
Loading…
Add table
Reference in a new issue