summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-07-07 15:24:36 +0000
committerAchim Gottinger <achim@gentoo.org>2001-07-07 15:24:36 +0000
commit20e015875699a4fbc8986599fa52177c7728c555 (patch)
tree5b93fe7776cbf7b1824a06037874d2a8ce8ae1f6 /x11-misc
parentplugin install to /usr/lib instead of /usr/share (diff)
downloadgentoo-2-20e015875699a4fbc8986599fa52177c7728c555.tar.gz
gentoo-2-20e015875699a4fbc8986599fa52177c7728c555.tar.bz2
gentoo-2-20e015875699a4fbc8986599fa52177c7728c555.zip
plugin into /usr/lib now
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/gkrellm-volume/gkrellm-volume-0.8.ebuild2
-rw-r--r--x11-misc/gkrellmms/gkrellmms-0.5.5.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/gkrellm-volume/gkrellm-volume-0.8.ebuild b/x11-misc/gkrellm-volume/gkrellm-volume-0.8.ebuild
index faf5397328d7..9d451ff2194f 100644
--- a/x11-misc/gkrellm-volume/gkrellm-volume-0.8.ebuild
+++ b/x11-misc/gkrellm-volume/gkrellm-volume-0.8.ebuild
@@ -22,7 +22,7 @@ src_compile() {
src_install () {
- exeinto /usr/share/gkrellm/plugins
+ exeinto /usr/lib/gkrellm/plugins
doexe volume.so
dodoc README Changelog
}
diff --git a/x11-misc/gkrellmms/gkrellmms-0.5.5.ebuild b/x11-misc/gkrellmms/gkrellmms-0.5.5.ebuild
index 6c4a555abba0..9939855d8197 100644
--- a/x11-misc/gkrellmms/gkrellmms-0.5.5.ebuild
+++ b/x11-misc/gkrellmms/gkrellmms-0.5.5.ebuild
@@ -22,7 +22,7 @@ src_compile() {
src_install () {
- exeinto /usr/share/gkrellm/plugins
+ exeinto /usr/lib/gkrellm/plugins
doexe gkrellmms.so
dodoc README ChangeLog FAQ Themes
}