From 222c3f33563628d6f795865c1df3d2fac734b74c Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 28 Jul 2021 20:53:34 -0400 Subject: [PATCH] profile: don't care about the kernel symlink in catalyst --- scripts/pentoo-updater.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index a3b71d0a8..96ad97d33 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -363,10 +363,12 @@ do_sync() { main_checks() { setup_env - if kernel_symlink_fixer; then - KERNEL_SYMLINK=0 - else - KERNEL_SYMLINK=1 + if [ -z "${clst_target}" ]; then + if kernel_symlink_fixer; then + KERNEL_SYMLINK=0 + else + KERNEL_SYMLINK=1 + fi fi #check profile, manage repo, ensure valid python selected check_profile