Changing the priority for variables in /etc/env.d, this is necessary for compatibility with the installed KDE5

Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit ddec2f3c25)
r14.1.x
ormorph 1 year ago committed by Slávek Banko
parent 17d549595d
commit fe1c01c289
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -164,7 +164,7 @@ src_install() {
done
libdirs+="${TDEDIR}/$(get_libdir)/trinity"
cat <<EOF >"${D}/etc/env.d/45trinitypaths-${SLOT}" # number goes down with version upgrade
cat <<EOF >"${D}/etc/env.d/60trinitypaths-${SLOT}" # number goes down with version upgrade
PATH=${TDEDIR}/bin
ROOTPATH=${TDEDIR}/sbin:${TDEDIR}/bin
LDPATH=${libdirs#:}

@ -158,7 +158,7 @@ src_install() {
done
libdirs+="${TDEDIR}/$(get_libdir)/trinity"
cat <<EOF >"${D}/etc/env.d/45trinitypaths-${SLOT}" # number goes down with version upgrade
cat <<EOF >"${D}/etc/env.d/60trinitypaths-${SLOT}" # number goes down with version upgrade
PATH=${TDEDIR}/bin
ROOTPATH=${TDEDIR}/sbin:${TDEDIR}/bin
LDPATH=${libdirs#:}

@ -158,7 +158,7 @@ src_install() {
done
libdirs+="${TDEDIR}/$(get_libdir)/trinity"
cat <<EOF >"${D}/etc/env.d/45trinitypaths-${SLOT}" # number goes down with version upgrade
cat <<EOF >"${D}/etc/env.d/60trinitypaths-${SLOT}" # number goes down with version upgrade
PATH=${TDEDIR}/bin
ROOTPATH=${TDEDIR}/sbin:${TDEDIR}/bin
LDPATH=${libdirs#:}

Loading…
Cancel
Save