From c53e24b4b040a54f8fc6eebf628c63e799b8d368 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 16 Sep 2018 20:26:34 -0700 Subject: [PATCH] catalyst-auto: Fix more s/ppc/ppc32/ --- tools/catalyst-auto-ppc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index bc4ee17f..f88c5ce0 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -60,10 +60,10 @@ post_build() { pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null case ${spec} in - ppc/installcd-stage2-minimal.spec) + ppc32/installcd-stage2-minimal.spec) upload *${TIMESTAMP}*.iso* ;; - ppc/stage3.spec) + ppc32/stage3.spec) upload stage3-ppc-*${TIMESTAMP}*.xz* ;; ppc64/stage3.spec)