diff options
Diffstat (limited to 'app-misc/gentoo/gentoo-0.11.34.ebuild')
-rw-r--r-- | app-misc/gentoo/gentoo-0.11.34.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/gentoo/gentoo-0.11.34.ebuild b/app-misc/gentoo/gentoo-0.11.34.ebuild index ba9140e36beb..171cfbf1ed7e 100644 --- a/app-misc/gentoo/gentoo-0.11.34.ebuild +++ b/app-misc/gentoo/gentoo-0.11.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.11.34.ebuild,v 1.2 2002/12/21 23:29:29 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.11.34.ebuild,v 1.3 2002/12/23 09:47:51 lostlogic Exp $ IUSE="nls gnome" @@ -14,7 +14,7 @@ RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" src_compile() { local myconf @@ -28,7 +28,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + einstall || die if use gnome ; then insinto /usr/share/pixmaps |