summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:39:02 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:39:02 +0000
commit6d8e00530b83b849ffff9426a727ea0493b5eab9 (patch)
tree8b2d8db13e767292d30e52561c2a3e4c25fc133e /media-video/dvdauthor/dvdauthor-0.6.10.ebuild
parentFixed quoting. (diff)
downloadgentoo-2-6d8e00530b83b849ffff9426a727ea0493b5eab9.tar.gz
gentoo-2-6d8e00530b83b849ffff9426a727ea0493b5eab9.tar.bz2
gentoo-2-6d8e00530b83b849ffff9426a727ea0493b5eab9.zip
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-video/dvdauthor/dvdauthor-0.6.10.ebuild')
-rw-r--r--media-video/dvdauthor/dvdauthor-0.6.10.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild
index 651344b0aea2..3c4cb94577e0 100644
--- a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.13 2005/05/05 02:41:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.14 2007/11/27 12:39:02 zzam Exp $
inherit eutils
@@ -20,16 +20,16 @@ DEPEND="media-libs/libdvdread
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gcc34.patch
- epatch ${FILESDIR}/${P}-utf8.patch
- epatch ${FILESDIR}/${P}-im6.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-gcc34.patch
+ epatch "${FILESDIR}"/${P}-utf8.patch
+ epatch "${FILESDIR}"/${P}-im6.patch
# see #62836
- epatch ${FILESDIR}/${P}-debugsegfault.patch
+ epatch "${FILESDIR}"/${P}-debugsegfault.patch
}
src_install() {
- make install DESTDIR=${D} || die "installation failed"
+ make install DESTDIR="${D}" || die "installation failed"
dodoc README HISTORY TODO
}