diff options
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild index a2224e57cd8..a55599b57e6 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -61,7 +61,7 @@ pkg_postinst() { elog "Remember to" elog "$ export LANG=en_US.UTF-8" elog "(or any other UTF-8 locale) and" - elog "$ export LD_PRELOAD=${DESTTREE}/lib/xvnkb.so" + elog "$ export LD_PRELOAD=/usr/lib/xvnkb.so" elog "before starting X Window" elog "More documents are in /usr/share/doc/${PF}" ewarn "Programs with suid/sgid will have LD_PRELOAD cleared" diff --git a/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild index e7489aff925..2f708652009 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -57,7 +57,7 @@ pkg_postinst() { elog "Remember to" elog "$ export LANG=en_US.UTF-8" elog "(or any other UTF-8 locale) and" - elog "$ export LD_PRELOAD=${DESTTREE}/lib/xvnkb.so" + elog "$ export LD_PRELOAD=/usr/$(get_libdir)/xvnkb.so" elog "before starting X Window" elog "More documents are in /usr/share/doc/${PF}" ewarn "Programs with suid/sgid will have LD_PRELOAD cleared" |