Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31218 - sys-apps/syslinux: not installing memdisk.doc
Summary: sys-apps/syslinux: not installing memdisk.doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-15 12:14 UTC by Thomas Eckert
Modified: 2003-10-15 12:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Eckert 2003-10-15 12:14:36 UTC
syslinux does not install "memdisk.doc". the following patch fixes this:
--- snipp ---
--- syslinux-2.05.ebuild        2003-09-17 06:33:08.000000000 +0200
+++ syslinux-2.05-r1.ebuild     2003-10-15 19:35:13.000000000 +0200
@@ -27,4 +27,5 @@
 src_install() {
        make INSTALLROOT=${D} install || die
        dodoc README NEWS TODO *.doc
+       dodoc memdisk/memdisk.doc
 }
--- snapp ---

Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2003-10-15 12:57:24 UTC
fixed in cvs