commit:     7201dbb844c32f53b18ca786e899078c67a48730
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 08:12:29 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 14 08:49:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7201dbb8

app-i18n/xvnkb: DESTTREE -> /usr, #582972

 app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild | 4 ++--
 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 a2224e5..a55599b 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 e7489af..2f70865 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"

Reply via email to