diff options
author | 2006-12-10 18:29:46 +0000 | |
---|---|---|
committer | 2006-12-10 18:29:46 +0000 | |
commit | 6dd7c1dd81bf49ab030f98c4006dbca8f5c10105 (patch) | |
tree | f55427f75154e48d93b51ac063d80a95a6b28941 /media-video/ffmpeg/ffmpeg-0.4.9_p20061016.ebuild | |
parent | Stable on x86, bug #156662. (diff) | |
download | gentoo-2-6dd7c1dd81bf49ab030f98c4006dbca8f5c10105.tar.gz gentoo-2-6dd7c1dd81bf49ab030f98c4006dbca8f5c10105.tar.bz2 gentoo-2-6dd7c1dd81bf49ab030f98c4006dbca8f5c10105.zip |
Corrected installation of source-Changelog-file, thanks to Josef Reidinger <queen.killer@seznam.cz> for reporting, Bug #157628.
(Portage version: 2.1.2_rc3-r1)
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-0.4.9_p20061016.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-0.4.9_p20061016.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-0.4.9_p20061016.ebuild b/media-video/ffmpeg/ffmpeg-0.4.9_p20061016.ebuild index 1813cd8b27d4..d556aab34f35 100644 --- a/media-video/ffmpeg/ffmpeg-0.4.9_p20061016.ebuild +++ b/media-video/ffmpeg/ffmpeg-0.4.9_p20061016.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.4.9_p20061016.ebuild,v 1.3 2006/12/07 12:55:45 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.4.9_p20061016.ebuild,v 1.4 2006/12/10 18:29:46 zzam Exp $ inherit eutils flag-o-matic multilib toolchain-funcs @@ -161,7 +161,7 @@ src_install() { emake -j1 LDCONFIG=true DESTDIR=${D} install || die "Install Failed" use doc && emake -j1 documentation - dodoc ChangeLog README INSTALL + dodoc Changelog README INSTALL dodoc doc/* } |