diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-17 14:40:13 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-17 14:40:13 +0000 |
commit | 610384942acf02fb3ad0aba5dde3da14d3c8680b (patch) | |
tree | cc63b0ff965b8fb86e72d0a1b0ce5ab93f3a8f2f /media-video/mplayer | |
parent | Version bump #231274 by Conrad Kostecki. (diff) | |
download | gentoo-2-610384942acf02fb3ad0aba5dde3da14d3c8680b.tar.gz gentoo-2-610384942acf02fb3ad0aba5dde3da14d3c8680b.tar.bz2 gentoo-2-610384942acf02fb3ad0aba5dde3da14d3c8680b.zip |
fix midentify install (was renamed to .sh) and add a die so that it'll be spotted easily later
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'media-video/mplayer')
-rw-r--r-- | media-video/mplayer/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-1.0_rc2_p27458.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 7059e75b745a..3c6ff0f269db 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/mplayer # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.583 2008/08/13 14:27:01 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.584 2008/08/17 14:40:13 aballier Exp $ + + 17 Aug 2008; Alexis Ballier <aballier@gentoo.org> + mplayer-1.0_rc2_p27458.ebuild: + fix midentify install (was renamed to .sh) and add a die so that it'll be + spotted easily later *mplayer-1.0_rc2_p27120-r1 (13 Aug 2008) diff --git a/media-video/mplayer/mplayer-1.0_rc2_p27458.ebuild b/media-video/mplayer/mplayer-1.0_rc2_p27458.ebuild index ce077fea69b4..e7f7a081c550 100644 --- a/media-video/mplayer/mplayer-1.0_rc2_p27458.ebuild +++ b/media-video/mplayer/mplayer-1.0_rc2_p27458.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2_p27458.ebuild,v 1.1 2008/08/13 14:22:58 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc2_p27458.ebuild,v 1.2 2008/08/17 14:40:13 aballier Exp $ EAPI="1" @@ -520,7 +520,7 @@ EOT dosym ../../../etc/mplayer/mplayer.conf /usr/share/mplayer/mplayer.conf - dobin "${D}/usr/share/doc/${PF}/TOOLS/midentify" + dobin "${S}/TOOLS/midentify.sh" || die insinto /usr/share/mplayer doins "${S}/etc/input.conf" |