catalyst-auto-sparc64.conf: missed some ) in case statement

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler 2019-01-08 11:34:13 -06:00
parent 0b3e7bd066
commit 8d05f7d508
No known key found for this signature in database
GPG key ID: 7A85BDA4D57605C7

View file

@ -61,10 +61,10 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/default/" > /dev/null
case ${spec} in
stage3.spec
stage3.spec)
upload stage3-*${DATESTAMP}*${EXTENSIONS}*
;;
installcd-stage2-minimal.spec
installcd-stage2-minimal.spec)
upload *${DATESTAMP}*.iso*
;;
esac