diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-29 15:32:17 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-29 15:32:17 +0000 |
commit | c19b541dbf6791ce6a42e7ec05dd48ba25313baa (patch) | |
tree | f888c32a3ef03a5d29a64db6b74c5e9c5f4e36fa /media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild | |
parent | added the dmalloc, dpms, sblive, v4l and vidix useflag to media-video/avifile (diff) | |
download | historical-c19b541dbf6791ce6a42e7ec05dd48ba25313baa.tar.gz historical-c19b541dbf6791ce6a42e7ec05dd48ba25313baa.tar.bz2 historical-c19b541dbf6791ce6a42e7ec05dd48ba25313baa.zip |
Make sure to not install anything in /usr/kde* (related to #41576). Probably the dep on kdelibs is not needed now?
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild')
-rw-r--r-- | media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild b/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild index 8d9904eed5be..92888718641e 100644 --- a/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild +++ b/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v 1.9 2005/01/07 22:26:06 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v 1.10 2005/01/29 15:32:17 greg_g Exp $ MY_PV=rc2_2032 DESCRIPTION="The TeamSpeak voice communication tool" @@ -62,7 +62,7 @@ src_install() { if use kde ; then # Install a teamspeak.protocol file for kde/konqueror to accept # teamspeak:// links - insinto $(kde-config --prefix)/share/services/ + insinto /usr/share/services/ doins ${FILESDIR}/teamspeak.protocol fi |