diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2007-04-09 12:33:06 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2007-04-09 12:33:06 +0000 |
commit | 649fe5b75e19efc910c99e7736fa415d6304aa69 (patch) | |
tree | edcef1d7135780c38e86e2f35455e41356d125f7 /app-i18n/x-unikey/x-unikey-0.9.2.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-649fe5b75e19efc910c99e7736fa415d6304aa69.tar.gz gentoo-2-649fe5b75e19efc910c99e7736fa415d6304aa69.tar.bz2 gentoo-2-649fe5b75e19efc910c99e7736fa415d6304aa69.zip |
Use doenvd, #173884
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-i18n/x-unikey/x-unikey-0.9.2.ebuild')
-rw-r--r-- | app-i18n/x-unikey/x-unikey-0.9.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-i18n/x-unikey/x-unikey-0.9.2.ebuild b/app-i18n/x-unikey/x-unikey-0.9.2.ebuild index ed5ff495f3a2..bd6b451d7c1f 100644 --- a/app-i18n/x-unikey/x-unikey-0.9.2.ebuild +++ b/app-i18n/x-unikey/x-unikey-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-0.9.2.ebuild,v 1.6 2007/01/05 16:36:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-0.9.2.ebuild,v 1.7 2007/04/09 12:33:06 pclouds Exp $ inherit eutils @@ -32,8 +32,7 @@ src_install() { make DESTDIR=${D} install -C src/unikey-gtk fi dobin src/xim/ukxim src/gui/unikey - insinto /etc/env.d - doins ${FILESDIR}/01x-unikey + doenvd ${FILESDIR}/01x-unikey dodoc doc/manual doc/ukmacro doc/unikeyrc } |