mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +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,11 +363,13 @@ do_sync() {
|
||||||
|
|
||||||
main_checks() {
|
main_checks() {
|
||||||
setup_env
|
setup_env
|
||||||
|
if [ -z "${clst_target}" ]; then
|
||||||
if kernel_symlink_fixer; then
|
if kernel_symlink_fixer; then
|
||||||
KERNEL_SYMLINK=0
|
KERNEL_SYMLINK=0
|
||||||
else
|
else
|
||||||
KERNEL_SYMLINK=1
|
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
|
||||||
if [ -n "${clst_target}" ]; then #we are in catalyst
|
if [ -n "${clst_target}" ]; then #we are in catalyst
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue