diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:25:13 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:25:13 +0000 |
commit | 939529762a276aa3d504aa5581cd50b64d61d385 (patch) | |
tree | d320cebeaf129ff90caf2f94d54e2cc181e6cfc3 /media-video/kino | |
parent | Stable on x86 and amd64. (diff) | |
download | historical-939529762a276aa3d504aa5581cd50b64d61d385.tar.gz historical-939529762a276aa3d504aa5581cd50b64d61d385.tar.bz2 historical-939529762a276aa3d504aa5581cd50b64d61d385.zip |
Fixed quoting.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'media-video/kino')
-rw-r--r-- | media-video/kino/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/kino/kino-1.0.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-video/kino/ChangeLog b/media-video/kino/ChangeLog index 8ee0d038508c..0433e3985495 100644 --- a/media-video/kino/ChangeLog +++ b/media-video/kino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/kino # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.90 2007/10/23 08:26:10 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.91 2007/11/27 12:05:16 zzam Exp $ + + 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> kino-1.0.0.ebuild: + Fixed quoting. 23 Oct 2007; Denis Dupeyron <calchan@gentoo.org> -kino-1.1.0.ebuild: Removed useless ebuild. diff --git a/media-video/kino/kino-1.0.0.ebuild b/media-video/kino/kino-1.0.0.ebuild index 5cdac908e45b..8d412bda3fd2 100644 --- a/media-video/kino/kino-1.0.0.ebuild +++ b/media-video/kino/kino-1.0.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-video/kino/kino-1.0.0.ebuild,v 1.12 2007/07/20 12:35:11 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-1.0.0.ebuild,v 1.13 2007/11/27 12:05:16 zzam Exp $ DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux" HOMEPAGE="http://www.kinodv.org/" @@ -37,7 +37,7 @@ RDEPEND="${DEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Fix to link with --as-needed sed -i -e 's:LIBS="-lXext:LIBS="-lXext -lX11:' configure || die "sed failed!" @@ -69,7 +69,7 @@ src_compile() { } src_install() { - emake DESTDIR=${D} install || die "Installation failed" + emake DESTDIR="${D}" install || die "Installation failed" dodoc AUTHORS BUGS ChangeLog NEWS README* TODO # Fix bug #177378 fowners root:root -R /usr/share/kino/help |