From 4087e82ce05e2753413d99937a1f36c389aedbf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 8 May 2021 15:55:09 +0200 Subject: [PATCH] Minor changes amd64/musl: shift path components between variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-amd64-musl.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/catalyst-auto-amd64-musl.conf b/tools/catalyst-auto-amd64-musl.conf index d08f19e3..13482b10 100644 --- a/tools/catalyst-auto-amd64-musl.conf +++ b/tools/catalyst-auto-amd64-musl.conf @@ -8,15 +8,15 @@ host=$(hostname) ARCH="amd64" TYPE="auto" -SPECS_DIR=${REPO_DIR}/releases/specs/amd64/musl +SPECS_DIR=${REPO_DIR}/releases/specs/amd64 SETS=" vanilla hardened " -SET_vanilla_SPECS="stage1.spec stage2.spec stage3.spec" -SET_hardened_SPECS="stage1-hardened.spec stage2-hardened.spec stage3-hardened.spec" +SET_vanilla_SPECS="musl/stage1.spec musl/stage2.spec musl/stage3.spec" +SET_hardened_SPECS="musl/stage1-hardened.spec musl/stage2-hardened.spec musl/stage3-hardened.spec" KCONFIG_DIR=${REPO_DIR}/releases/kconfig/amd64