mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
pentoo-updater: catalyst path fix
This commit is contained in:
parent
db73ef7ce9
commit
c40f134545
1 changed files with 2 additions and 0 deletions
|
|
@ -356,6 +356,8 @@ elif [ -f /var/lib/layman/pentoo/scripts/bug-461824.sh ]; then
|
|||
/var/lib/layman/pentoo/scripts/bug-461824.sh
|
||||
elif [ -f /var/db/repos/pentoo/scripts/bug-461824.sh ]; then
|
||||
/var/db/repos/pentoo/scripts/bug-461824.sh
|
||||
elif [ -f /var/gentoo/repos/local/scripts/bug-461824.sh ]; then
|
||||
/var/gentoo/repos/local/scripts/bug-461824.sh
|
||||
fi
|
||||
|
||||
if [ -z "${clst_target}" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue