summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-04-27 17:44:03 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-04-27 17:44:03 +0000
commite728014db277f9727c0c1ba8cce35407c694f9d7 (patch)
treee9561794e8dc20feb8cdeb92f23359f2b8b128db /x11-plugins/gkrellstock/gkrellstock-0.5.ebuild
parentStable on ia64. (diff)
downloadhistorical-e728014db277f9727c0c1ba8cce35407c694f9d7.tar.gz
historical-e728014db277f9727c0c1ba8cce35407c694f9d7.tar.bz2
historical-e728014db277f9727c0c1ba8cce35407c694f9d7.zip
multilib fixes
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'x11-plugins/gkrellstock/gkrellstock-0.5.ebuild')
-rw-r--r--x11-plugins/gkrellstock/gkrellstock-0.5.ebuild10
1 files changed, 6 insertions, 4 deletions
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
}