catalyst-auto: Fix more s/ppc/ppc32/
This commit is contained in:
parent
53d7357744
commit
c53e24b4b0
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue