commit:     4087e82ce05e2753413d99937a1f36c389aedbf4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May  8 13:55:09 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May  8 13:55:09 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=4087e82c

Minor changes amd64/musl: shift path components between variables

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 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
 

Reply via email to