commit: 6e6811f188354b6f6e8b46c068552ee486d30caa
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 1 20:46:36 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 1 20:46:36 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=6e6811f1
Fix directory path
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-amd64-musl.conf | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/catalyst-auto-amd64-musl.conf
b/tools/catalyst-auto-amd64-musl.conf
index 1b4e2b3b..65de7672 100644
--- a/tools/catalyst-auto-amd64-musl.conf
+++ b/tools/catalyst-auto-amd64-musl.conf
@@ -7,7 +7,6 @@ host=$(hostname)
ARCH="amd64"
TYPE="auto"
-source /etc/catalyst/release/build.env
SPECS_DIR=${REPO_DIR}/releases/specs/amd64/musl
@@ -26,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}/musl ; do
pushd "${d}" >/dev/null || exit
shopt -s extglob
for f in $(ls stage3*${EXTENSIONS} | grep -v latest |
give_latest_from_dates ) ; do