summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 10:22:56 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 10:22:56 +0000
commitd2ada55c30d30200ca24436e47980e4056856b4b (patch)
treeef7fcd9827ae6f8640d712419ef69b7849380fe2 /media-tv/kdetv/kdetv-0.8.9.ebuild
parentFixed quoting. (diff)
downloadhistorical-d2ada55c30d30200ca24436e47980e4056856b4b.tar.gz
historical-d2ada55c30d30200ca24436e47980e4056856b4b.tar.bz2
historical-d2ada55c30d30200ca24436e47980e4056856b4b.zip
Fixed quoting.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'media-tv/kdetv/kdetv-0.8.9.ebuild')
-rw-r--r--media-tv/kdetv/kdetv-0.8.9.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-tv/kdetv/kdetv-0.8.9.ebuild b/media-tv/kdetv/kdetv-0.8.9.ebuild
index 5f0ab95dcc43..01cb8abdc62f 100644
--- a/media-tv/kdetv/kdetv-0.8.9.ebuild
+++ b/media-tv/kdetv/kdetv-0.8.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/kdetv/kdetv-0.8.9.ebuild,v 1.7 2007/09/24 17:39:52 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/kdetv/kdetv-0.8.9.ebuild,v 1.8 2007/11/27 10:20:15 zzam Exp $
LANGS="bg ca br da de cs cy el es et fi ga fr gl hu is it lt nb mt nl pa pl pt ro ru rw ta sr sv tr en_GB pt_BR zh_CN sr@Latn"
LANGS_DOC="da et fr it nl pt ru sv"
@@ -65,6 +65,6 @@ src_install() {
# Move the .desktop file in FDO's suggested place
dodir /usr/share/applications/kde
- mv ${D}/usr/share/applnk/Multimedia/kdetv.desktop \
- ${D}/usr/share/applications/kde
+ mv "${D}"/usr/share/applnk/Multimedia/kdetv.desktop \
+ "${D}"/usr/share/applications/kde
}