catalyst-auto: Fix more s/ppc/ppc32/

This commit is contained in:
Matt Turner 2018-09-16 20:26:34 -07:00
parent 53d7357744
commit c53e24b4b0

View file

@ -60,10 +60,10 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in case ${spec} in
ppc/installcd-stage2-minimal.spec) ppc32/installcd-stage2-minimal.spec)
upload *${TIMESTAMP}*.iso* upload *${TIMESTAMP}*.iso*
;; ;;
ppc/stage3.spec) ppc32/stage3.spec)
upload stage3-ppc-*${TIMESTAMP}*.xz* upload stage3-ppc-*${TIMESTAMP}*.xz*
;; ;;
ppc64/stage3.spec) ppc64/stage3.spec)