diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index dd9904dd..40ddd149 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -36,17 +36,17 @@ update_symlinks() { post_build() { local set=$1 spec=$2 - pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null + pushd "${BUILD_SRCDIR_BASE}/builds" >/dev/null case ${spec} in ppc32/installcd-stage2-minimal.spec) - upload *${TIMESTAMP}*.iso* + upload default/*${TIMESTAMP}*.iso* ;; ppc32/stage3.spec) - upload stage3-ppc-*${TIMESTAMP}*.xz* + upload default/stage3-ppc-*${TIMESTAMP}*.xz* ;; ppc64/stage3.spec) - upload stage3-ppc64-*${TIMESTAMP}*.xz* + upload default/stage3-ppc64-*${TIMESTAMP}*.xz* ;; *) echo "Finished ${spec}"