diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 11:35:34 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 11:35:34 +0000 |
commit | 59d42954a13a4ceab7964679243f0b31f13eced0 (patch) | |
tree | 36dfa810a3f5e080439c86e000d5f6d0c60c6514 /media-video/vdrsync | |
parent | Fixed quoting. (diff) | |
download | gentoo-2-59d42954a13a4ceab7964679243f0b31f13eced0.tar.gz gentoo-2-59d42954a13a4ceab7964679243f0b31f13eced0.tar.bz2 gentoo-2-59d42954a13a4ceab7964679243f0b31f13eced0.zip |
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-video/vdrsync')
-rw-r--r-- | media-video/vdrsync/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-video/vdrsync/ChangeLog b/media-video/vdrsync/ChangeLog index a444e9136d87..e321c5971489 100644 --- a/media-video/vdrsync/ChangeLog +++ b/media-video/vdrsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vdrsync -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vdrsync/ChangeLog,v 1.10 2006/10/24 12:15:36 zzam Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/vdrsync/ChangeLog,v 1.11 2007/11/27 11:35:34 zzam Exp $ + + 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> + vdrsync-0.1.3_pre050322-r1.ebuild: + Fixed quoting. 24 Oct 2006; Matthias Schwarzott <zzam@gentoo.org> -vdrsync-0.1.3_pre050322.ebuild: diff --git a/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild b/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild index aa0cfaab3a53..fc5f1b3b657a 100644 --- a/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild +++ b/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild,v 1.3 2007/07/12 02:40:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild,v 1.4 2007/11/27 11:35:34 zzam Exp $ inherit eutils @@ -32,11 +32,11 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -e "s:/usr/X11R6/lib/X11/fonts/truetype/arial.ttf:/usr/share/fonts/corefonts/arial.ttf:g" \ -i dvd-menu.pl - epatch ${FILESDIR}/${P}-path.diff + epatch "${FILESDIR}/${P}-path.diff" } # vdrsync/dvd-menu use hardcoded tmp-directory for large (up to and # greater than 1G). Uncomment and change the next two lines to your |