tools: Remove some uses of ARCH
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
c6404520ed
commit
c157adaf1b
5 changed files with 10 additions and 13 deletions
|
@ -6,7 +6,7 @@ host=$(hostname)
|
|||
|
||||
source /etc/catalyst/release/build.env
|
||||
|
||||
SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
|
||||
SPECS_DIR=${REPO_DIR}/releases/specs/amd64
|
||||
|
||||
SETS="
|
||||
multilib minimal_multilib
|
||||
|
@ -38,7 +38,7 @@ SET_hardened_multilib_selinux_SPECS="hardened/stage1-selinux.spec hardened/stage
|
|||
#SET_hardened_multilib_selinux_OPTIONAL_SPECS="hardened/admincd-stage1-selinux.spec hardened/admincd-stage2-selinux.spec"
|
||||
SET_hardened_nomultilib_selinux_SPECS="hardened/stage1-selinux-nomultilib.spec hardened/stage2-selinux-nomultilib.spec hardened/stage3-selinux-nomultilib.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/${ARCH}
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/amd64
|
||||
|
||||
EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue