summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-04 16:18:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-04 16:18:50 +0000
commitf0e1337fc80c9259e318e37879eb191b1e2d3a93 (patch)
tree20751a6c809e9d703324ff7f0bba09e06c579f16 /media-sound/teamspeak2-client-bin
parentfix SRC_URI, thanks to Guy <gcadieux@robertetusa.com> in bug #43679 (Manifest... (diff)
downloadgentoo-2-f0e1337fc80c9259e318e37879eb191b1e2d3a93.tar.gz
gentoo-2-f0e1337fc80c9259e318e37879eb191b1e2d3a93.tar.bz2
gentoo-2-f0e1337fc80c9259e318e37879eb191b1e2d3a93.zip
repoman: Trim trailing whitespace
Diffstat (limited to 'media-sound/teamspeak2-client-bin')
-rw-r--r--media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r2.ebuild b/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r2.ebuild
index e9583bb3f73c..e9618e26c82d 100644
--- a/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r2.ebuild
+++ b/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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-r2.ebuild,v 1.1 2004/03/04 00:34:55 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r2.ebuild,v 1.2 2004/03/04 16:18:50 mr_bones_ Exp $
DESCRIPTION="The TeamSpeak voice communication tool"
HOMEPAGE="http://www.teamspeak.org"
@@ -44,7 +44,7 @@ src_install() {
# A symlink is created so that Help -> Read Manual still works
dosym /usr/share/doc/${PF}/html ${dir}/manual
-
+
# All regular files except the executables are made non executable
find -type f -not \( -name "TeamSpeak.bin" -or -name "*.so*" -or \
-name "tsControl" \) -exec chmod -x {} \;
@@ -53,7 +53,7 @@ src_install() {
dodir /usr/share/pixmaps
convert ${S}/icon.xpm ${S}/teamspeak.png
cp ${S}/teamspeak.png ${D}/usr/share/pixmaps/
-
+
cp -r * ${D}/${dir}
}