diff options
Diffstat (limited to 'app-dicts/ipadic/ipadic-2.6.1.ebuild')
-rw-r--r-- | app-dicts/ipadic/ipadic-2.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/ipadic/ipadic-2.6.1.ebuild b/app-dicts/ipadic/ipadic-2.6.1.ebuild index a420c7a52951..a1047c9a6070 100644 --- a/app-dicts/ipadic/ipadic-2.6.1.ebuild +++ b/app-dicts/ipadic/ipadic-2.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.1.ebuild,v 1.10 2006/04/28 13:54:45 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.1.ebuild,v 1.11 2009/10/17 22:57:36 halcy0n Exp $ IUSE="" @@ -21,7 +21,7 @@ src_compile() { } src_install () { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die insinto /etc doins chasenrc |