diff --git a/tools/catalyst-auto-amd64-musl.conf b/tools/catalyst-auto-amd64-musl.conf index 65de7672..8344aa59 100644 --- a/tools/catalyst-auto-amd64-musl.conf +++ b/tools/catalyst-auto-amd64-musl.conf @@ -25,7 +25,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)" update_symlinks() { # Symlink the latest stages3 to build from - for d in ${BUILD_SRCDIR_BASE}/musl ; do + for d in ${BUILD_SRCDIR_BASE}/builds/musl ; do pushd "${d}" >/dev/null || exit shopt -s extglob for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do @@ -48,7 +48,7 @@ update_symlinks() { post_build() { local set=$1 spec=$2 - pushd "${BUILD_SRCDIR_BASE}"/musl >/dev/null || exit + pushd "${BUILD_SRCDIR_BASE}"/builds/musl >/dev/null || exit UPLOAD_DEST=${BUILD_DESTDIR_BASE} case ${spec} in stage3.spec)