Minor changes amd64/musl: shift path components between variables

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-05-08 15:55:09 +02:00
parent d4c12e6897
commit 4087e82ce0
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -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