profile: don't care about the kernel symlink in catalyst

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-07-28 20:53:34 -04:00
parent c3299f9eb9
commit 222c3f3356
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -363,10 +363,12 @@ do_sync() {
main_checks() { main_checks() {
setup_env setup_env
if kernel_symlink_fixer; then if [ -z "${clst_target}" ]; then
KERNEL_SYMLINK=0 if kernel_symlink_fixer; then
else KERNEL_SYMLINK=0
KERNEL_SYMLINK=1 else
KERNEL_SYMLINK=1
fi
fi fi
#check profile, manage repo, ensure valid python selected #check profile, manage repo, ensure valid python selected
check_profile check_profile