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/xdtv/xdtv-2.4.0.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/xdtv/xdtv-2.4.0.ebuild')
-rw-r--r--media-tv/xdtv/xdtv-2.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/xdtv/xdtv-2.4.0.ebuild b/media-tv/xdtv/xdtv-2.4.0.ebuild
index 9329330c34ce..30a38895474c 100644
--- a/media-tv/xdtv/xdtv-2.4.0.ebuild
+++ b/media-tv/xdtv/xdtv-2.4.0.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/xdtv/xdtv-2.4.0.ebuild,v 1.4 2007/07/22 09:03:16 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild,v 1.5 2007/11/27 10:14:40 zzam Exp $
inherit eutils multilib flag-o-matic toolchain-funcs
@@ -92,7 +92,7 @@ extension_compile() {
extension_install() {
einfo "Installing ${1}"
- cd ${WORKDIR}/${1} \
+ cd "${WORKDIR}/${1}" \
&& emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/${PN}" install
}