mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
profile: don't care about the kernel symlink in catalyst
This commit is contained in:
parent
c3299f9eb9
commit
222c3f3356
1 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue