Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86150 - app-arch/cksfv-1.3.3 ebuild bug fix
Summary: app-arch/cksfv-1.3.3 ebuild bug fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-21 09:40 UTC by Heikki Orsila
Modified: 2005-03-22 16:07 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 Heikki Orsila 2005-03-21 09:40:03 UTC
app-arch/cksfv-1.3.3 does not install man page. Apply this patch:

--- cksfv-1.3.3.ebuild-org      2005-03-21 19:39:03.000000000 +0200
+++ cksfv-1.3.3.ebuild  2005-03-21 19:39:11.000000000 +0200
@@ -22,4 +22,5 @@
 src_install() {
        dobin src/cksfv || die
        dodoc ChangeLog INSTALL README TODO
+       doman cksfv.1
 }

Thanks.
Comment 1 SpanKY gentoo-dev 2005-03-22 16:07:12 UTC
added to portage, thanks !