diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:13:51 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:13:51 +0000 |
commit | 6698cfed0999e14d06a61fc865f16cdf7bbfacd6 (patch) | |
tree | ddae0f6eb66d15daa44e04ae9dfb0024892086e8 /media-video/motiontrack/motiontrack-0.1.2.ebuild | |
parent | Fixed quoting. (diff) | |
download | gentoo-2-6698cfed0999e14d06a61fc865f16cdf7bbfacd6.tar.gz gentoo-2-6698cfed0999e14d06a61fc865f16cdf7bbfacd6.tar.bz2 gentoo-2-6698cfed0999e14d06a61fc865f16cdf7bbfacd6.zip |
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-video/motiontrack/motiontrack-0.1.2.ebuild')
-rw-r--r-- | media-video/motiontrack/motiontrack-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/motiontrack/motiontrack-0.1.2.ebuild b/media-video/motiontrack/motiontrack-0.1.2.ebuild index 9c085ac31e0e..b5c3a77a7573 100644 --- a/media-video/motiontrack/motiontrack-0.1.2.ebuild +++ b/media-video/motiontrack/motiontrack-0.1.2.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/motiontrack/motiontrack-0.1.2.ebuild,v 1.5 2007/07/12 02:40:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.6 2007/11/27 12:13:51 zzam Exp $ DESCRIPTION="A set of tools that detect motion between two images" SRC_URI="http://gemia.de/motion/${P}.tar.gz" @@ -71,6 +71,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "install failed" + make DESTDIR="${D}" install || die "install failed" dodoc README src/TheCode.txt } |