diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:39:02 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:39:02 +0000 |
commit | 6d8e00530b83b849ffff9426a727ea0493b5eab9 (patch) | |
tree | 8b2d8db13e767292d30e52561c2a3e4c25fc133e /media-video/dvdauthor/dvdauthor-0.6.10.ebuild | |
parent | Fixed quoting. (diff) | |
download | gentoo-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.ebuild | 16 |
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 } |