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>
pull/298/head
ormorph 1 year ago
parent ffc4ade50c
commit ddec2f3c25

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