diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 17:55:48 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 17:55:48 +0000 |
commit | 21208569b570faa7ef54a4fe6e6c8b94d2265624 (patch) | |
tree | 53ca13316568ec6fe1c9dd2eee69a144eaae478c /x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-21208569b570faa7ef54a4fe6e6c8b94d2265624.tar.gz gentoo-2-21208569b570faa7ef54a4fe6e6c8b94d2265624.tar.bz2 gentoo-2-21208569b570faa7ef54a4fe6e6c8b94d2265624.zip |
multilib fixes
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild')
-rw-r--r-- | x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild index 83d5e5a60fd9..0786de1202d1 100644 --- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild +++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild,v 1.1 2005/01/02 01:59:22 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild,v 1.2 2005/04/27 17:55:48 herbs Exp $ + +inherit multilib S=${WORKDIR}/${P/s/S} DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen" @@ -23,7 +25,7 @@ src_compile() { } src_install () { - insinto /usr/lib/gkrellm2/plugins + insinto /usr/$(get_libdir)/gkrellm2/plugins doins gkrellshoot.so dodoc README ChangeLog } |