diff options
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/bootsplash/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/bootsplash/ChangeLog b/media-gfx/bootsplash/ChangeLog index 59ce1ccba5a2..ef8c44142d4b 100644 --- a/media-gfx/bootsplash/ChangeLog +++ b/media-gfx/bootsplash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/bootsplash # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.58 2005/04/07 15:40:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.59 2005/05/02 12:59:08 spock Exp $ + + 02 May 2005; Michał Januszewski <spock@gentoo.org> + bootsplash-0.6.1-r7.ebuild: + Install bootanim (fix for bug #88564). 07 Apr 2005; Simon Stelling <blubb@gentoo.org> bootsplash-0.6.1-r7.ebuild: stable on amd64 diff --git a/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild index d20866c9eb14..1be8e9ed3de8 100644 --- a/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.4 2005/04/07 15:40:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.5 2005/05/02 12:59:08 spock Exp $ inherit eutils @@ -44,7 +44,7 @@ src_install() { doexe utils/fbtruetype/fbtruetype{,.static} doexe misc/bootsplash_resize newexe utils/splashutils/splash splash.bin - doexe misc/splash + doexe misc/{splash,bootanim} doexe utils/splashutils/{fbresolution,getkey,progress,splashpbm} insinto /sbin |