summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-04-27 17:55:48 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-04-27 17:55:48 +0000
commit588c46e1d62e789d8b972256794649d127c739fc (patch)
tree6700dd01ac9b3e1e9a3115f8fcd5f0bd64e23112 /x11-plugins/gkrellshoot
parentStable on ia64. (diff)
downloadhistorical-588c46e1d62e789d8b972256794649d127c739fc.tar.gz
historical-588c46e1d62e789d8b972256794649d127c739fc.tar.bz2
historical-588c46e1d62e789d8b972256794649d127c739fc.zip
multilib fixes
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'x11-plugins/gkrellshoot')
-rw-r--r--x11-plugins/gkrellshoot/ChangeLog5
-rw-r--r--x11-plugins/gkrellshoot/gkrellshoot-0.4.3.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-plugins/gkrellshoot/ChangeLog b/x11-plugins/gkrellshoot/ChangeLog
index a6945136778f..94245becfc14 100644
--- a/x11-plugins/gkrellshoot/ChangeLog
+++ b/x11-plugins/gkrellshoot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellshoot
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.12 2005/01/02 01:59:22 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.13 2005/04/27 17:55:48 herbs Exp $
+
+ 27 Apr 2005; Herbie Hopkins <herbs@gentoo.org> gkrellshoot-0.4.3.ebuild:
+ multilib fixes
*gkrellshoot-0.4.3 (02 Jan 2005)
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
}