summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2003-01-16 04:04:51 +0000
committerTroy Dack <tad@gentoo.org>2003-01-16 04:04:51 +0000
commit4c3467d571f10eab24018ee061c670eb33b7e9c0 (patch)
tree101b05dfd60f91be828dc573e88e2c320fa836f5 /media-gfx
parentAdded ~sparc to KEYWORDS. (diff)
downloadhistorical-4c3467d571f10eab24018ee061c670eb33b7e9c0.tar.gz
historical-4c3467d571f10eab24018ee061c670eb33b7e9c0.tar.bz2
historical-4c3467d571f10eab24018ee061c670eb33b7e9c0.zip
Trivial ebuild fix up.
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/bootsplash/bootsplash-0.2.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/media-gfx/bootsplash/bootsplash-0.2.ebuild b/media-gfx/bootsplash/bootsplash-0.2.ebuild
index 135cc8e3d64b..b47ed96016c3 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.1 2003/01/16 04:02:41 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.2.ebuild,v 1.2 2003/01/16 04:04:51 tad Exp $
DESCRIPTION="Graphical backgrounds for frame buffer consoles"
@@ -45,9 +45,6 @@ src_install() {
insinto /usr/share/${P}
doins ${S}/bootsplash-config/*.cfg
-# doins ${S}/bootsplash-config/bootsplash-1280x1024.cfg
-# doins ${S}/bootsplash-config/bootsplash-800x600.cfg
-# doins ${S}/bootsplash-config/bootsplash.cfg
doins ${S}/*.jpg
# link default config
@@ -63,7 +60,8 @@ src_install() {
dodoc README
dodoc COPYING
-
+ dodoc CREDITS
+
# generate initial initrd file
${S}/splashutil/splash -s -f ${D}/usr/share/${P}/bootsplash.cfg > ${D}/usr/share/${P}/initrd
}