pentoo-updater: catalyst path fix

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-05-07 15:59:56 -04:00
parent db73ef7ce9
commit c40f134545
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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