diff options
author | ormorph <[email protected]> | 2023-06-20 20:58:29 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-06-20 20:58:29 +0300 |
commit | ddec2f3c25dfb9858854be4d00ab63720442427a (patch) | |
tree | c3fa96230c49ca280853410f48828ebe10b53394 /trinity-base/tdelibs/tdelibs-9999.ebuild | |
parent | ffc4ade50ca75309e3a9c9748ab86c5206510397 (diff) | |
download | tde-packaging-gentoo-ddec2f3c25dfb9858854be4d00ab63720442427a.tar.gz tde-packaging-gentoo-ddec2f3c25dfb9858854be4d00ab63720442427a.zip |
Changing the priority for variables in /etc/env.d, this is necessary for compatibility with the installed KDE5
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-base/tdelibs/tdelibs-9999.ebuild')
-rw-r--r-- | trinity-base/tdelibs/tdelibs-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-base/tdelibs/tdelibs-9999.ebuild b/trinity-base/tdelibs/tdelibs-9999.ebuild index 616ed011..7a20f17d 100644 --- a/trinity-base/tdelibs/tdelibs-9999.ebuild +++ b/trinity-base/tdelibs/tdelibs-9999.ebuild @@ -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#:} |