aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-09-16 20:26:34 -0700
committerMatt Turner <mattst88@gentoo.org>2018-09-16 20:26:34 -0700
commitc53e24b4b040a54f8fc6eebf628c63e799b8d368 (patch)
tree0be9a37e63c349b8e48f97e3561f12056510444d
parentcatalyst-auto: Build ppc install CD from 32-bit specs (diff)
downloadreleng-c53e24b4b040a54f8fc6eebf628c63e799b8d368.tar.gz
releng-c53e24b4b040a54f8fc6eebf628c63e799b8d368.tar.bz2
releng-c53e24b4b040a54f8fc6eebf628c63e799b8d368.zip
catalyst-auto: Fix more s/ppc/ppc32/
-rw-r--r--tools/catalyst-auto-ppc.conf4
1 files 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)