tools/catalyst-auto-arm64.conf: uncomment KCONFIG_DIR

without it catalyst will not copy kconfig to /tmp/catalyst-*/kconfig

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev 2021-07-25 13:57:45 -07:00
parent fdb0fc5ac8
commit 105076d641
No known key found for this signature in database
GPG key ID: A272C8F015129D52
2 changed files with 3 additions and 4 deletions

View file

@ -11,7 +11,7 @@ SETS="default"
SET_default_SPECS="stage1.spec stage3.spec systemd-stage1.spec systemd-stage3.spec"
#SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
#KCONFIG_DIR=${REPO_DIR}/releases/kconfig/sparc
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/arm64
EMAIL_SUBJECT_PREPEND="[${SUBARCH}-auto]"