From e728014db277f9727c0c1ba8cce35407c694f9d7 Mon Sep 17 00:00:00 2001 From: Herbie Hopkins <herbs@gentoo.org> Date: Wed, 27 Apr 2005 17:44:03 +0000 Subject: multilib fixes Package-Manager: portage-2.0.51.20-r5 --- x11-plugins/gkrellstock/gkrellstock-0.5.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'x11-plugins/gkrellstock/gkrellstock-0.5.ebuild') diff --git a/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild b/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild index e247bed36b9f..b4997be64b81 100644 --- a/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild +++ b/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild,v 1.10 2004/07/09 23:44:54 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellstock/gkrellstock-0.5.ebuild,v 1.11 2005/04/27 17:44:03 herbs Exp $ + +inherit multilib IUSE="" S=${WORKDIR}/${P/s/S} @@ -21,9 +23,9 @@ src_compile() { } src_install () { - insinto /usr/lib/gkrellm2/plugins + insinto /usr/$(get_libdir)/gkrellm2/plugins doins gkrellstock.so - exeinto /usr/X11R6/bin + exeinto /usr/bin doexe GetQuote2 dodoc README ChangeLog COPYING } -- cgit v1.2.3-65-gdbad