diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:07:11 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-04-27 20:07:11 +0000 |
commit | a42d1dd9464548272b6769c4441027514ef6ddd5 (patch) | |
tree | ff09bd496eaace0312e9c43cf6a35e7e1cdc4e94 /x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild | |
parent | restore the make proto thing (diff) | |
download | gentoo-2-a42d1dd9464548272b6769c4441027514ef6ddd5.tar.gz gentoo-2-a42d1dd9464548272b6769c4441027514ef6ddd5.tar.bz2 gentoo-2-a42d1dd9464548272b6769c4441027514ef6ddd5.zip |
multilib fixes
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild')
-rw-r--r-- | x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild index 53cdc1fd741e..7037fc04895d 100644 --- a/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild +++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6.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/gkrellmoon/gkrellmoon-0.6.ebuild,v 1.8 2004/07/20 17:08:34 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmoon/gkrellmoon-0.6.ebuild,v 1.9 2005/04/27 20:04:25 herbs Exp $ + +inherit multilib IUSE="" DESCRIPTION="A GKrellM2 plugin of the famous wmMoonClock dockapp" @@ -19,7 +21,7 @@ src_compile() { } src_install () { - insinto /usr/lib/gkrellm2/plugins + insinto /usr/$(get_libdir)/gkrellm2/plugins doins gkrellmoon.so dodoc README AUTHORS COPYING ChangeLog } |