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 | e570aa5336e0bb09c490a739cdaa86981d5d3bd9 (patch) | |
tree | 2bdbc426c98cc919b7be5fd5913fa88fbfb78f41 /app-i18n/x-unikey/x-unikey-0.9.2.ebuild | |
parent | Stable on sparc (diff) | |
download | historical-e570aa5336e0bb09c490a739cdaa86981d5d3bd9.tar.gz historical-e570aa5336e0bb09c490a739cdaa86981d5d3bd9.tar.bz2 historical-e570aa5336e0bb09c490a739cdaa86981d5d3bd9.zip |
Use doenvd, #173884
Package-Manager: portage-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 } |