diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-08-11 20:40:40 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-08-11 20:40:40 +0000 |
commit | 9bf0b283ef54b382f0d52d4af6dba00602e0de82 (patch) | |
tree | 67f3ea3229a635e5442de6f85f77f281af3e304e /media-gfx | |
parent | Version bump (diff) | |
download | historical-9bf0b283ef54b382f0d52d4af6dba00602e0de82.tar.gz historical-9bf0b283ef54b382f0d52d4af6dba00602e0de82.tar.bz2 historical-9bf0b283ef54b382f0d52d4af6dba00602e0de82.zip |
Fixing #26423.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/bootsplash/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/bootsplash/Manifest b/media-gfx/bootsplash/Manifest index 66c6b0c94c02..e1dd5b1228c2 100644 --- a/media-gfx/bootsplash/Manifest +++ b/media-gfx/bootsplash/Manifest @@ -1,3 +1,3 @@ -MD5 0b7995cc8cfa97407cf55bc69745c980 bootsplash-0.6-r1.ebuild 3378 MD5 ebf5cb229c0aa99b1b9d2e84c703277f ChangeLog 1327 +MD5 d3809569b6a08794ed45afd240c1876c bootsplash-0.6-r1.ebuild 3346 MD5 3fa4a534a7a0b0dd84e1e99c032010b8 files/digest-bootsplash-0.6-r1 67 diff --git a/media-gfx/bootsplash/bootsplash-0.6-r1.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r1.ebuild index c2ca325dba16..a4788390fadf 100644 --- a/media-gfx/bootsplash/bootsplash-0.6-r1.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r1.ebuild,v 1.2 2003/08/10 20:41:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r1.ebuild,v 1.3 2003/08/11 20:40:27 mholzer Exp $ DESCRIPTION="Graphical backgrounds for frame buffer consoles" HOMEPAGE="http://linux.tkdack.com/" @@ -70,7 +70,7 @@ pkg_postinst() { done einfo - einfo "Execute \"ebuild /var/db/pkg/media-gfx/${P}/${P}.ebuild config\"" + einfo "Execute \"ebuild /var/db/pkg/media-gfx/${PF}/${PF}.ebuild config\"" einfo "to have your kernel sources in /usr/src/linux patched with the" einfo "Framebuffer Bootsplash patches" einfo |