diff options
author | Troy Dack <tad@gentoo.org> | 2003-01-16 06:46:11 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2003-01-16 06:46:11 +0000 |
commit | 54de2cd788d4ddcd0dc809605f75f5036932aab4 (patch) | |
tree | 31c1b2045b8fb792ed99adc1723088a00cdf6ffd /media-gfx/bootsplash | |
parent | new digest (diff) | |
download | historical-54de2cd788d4ddcd0dc809605f75f5036932aab4.tar.gz historical-54de2cd788d4ddcd0dc809605f75f5036932aab4.tar.bz2 historical-54de2cd788d4ddcd0dc809605f75f5036932aab4.zip |
Small fix to pkg_postinst() einfo message to display correct path.
Diffstat (limited to 'media-gfx/bootsplash')
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.2.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/media-gfx/bootsplash/bootsplash-0.2.ebuild b/media-gfx/bootsplash/bootsplash-0.2.ebuild index b47ed96016c3..5befc5c629ab 100644 --- a/media-gfx/bootsplash/bootsplash-0.2.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.2.ebuild,v 1.2 2003/01/16 04:04:51 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.2.ebuild,v 1.3 2003/01/16 06:46:11 tad Exp $ DESCRIPTION="Graphical backgrounds for frame buffer consoles" @@ -22,10 +22,6 @@ RDEPEND="" S=${WORKDIR}/${P} -#src_unpack() { -# -#} - src_compile() { # compile splashutil cd ${S}/splashutil @@ -68,7 +64,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute \"ebuild /var/db/pkg/media-gfx/${P}/${P}.ebuild config\"" einfo "to have your kernel sources in /usr/src/linux patched with the" einfo "Framebuffer Bootsplash patches" einfo |