diff options
author | 2003-01-16 06:46:11 +0000 | |
---|---|---|
committer | 2003-01-16 06:46:11 +0000 | |
commit | 71a7487096035afdf1f5fc3b17bcfd51ffa37583 (patch) | |
tree | 6e4a10773562b4c128a69cdf9e77f954c20cf891 /media-gfx/bootsplash | |
parent | new digest (diff) | |
download | gentoo-2-71a7487096035afdf1f5fc3b17bcfd51ffa37583.tar.gz gentoo-2-71a7487096035afdf1f5fc3b17bcfd51ffa37583.tar.bz2 gentoo-2-71a7487096035afdf1f5fc3b17bcfd51ffa37583.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 |