Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108568 - app-emulation/spim-7.2.1-r1 fails to install man pages
Summary: app-emulation/spim-7.2.1-r1 fails to install man pages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-08 23:49 UTC by James Cloos
Modified: 2005-10-09 20:06 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 James Cloos 2005-10-08 23:49:31 UTC
The ebuild has this:

        cd ${S}/Documentation
        doman spim.1
        use X && doman xspim.1

but the tar has Documentation/{x,}spim.man instead.

The ebuild needs to mv(1) or cp(1) the .man files to .1 before running doman.
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2005-10-09 20:06:38 UTC
Guess that change was left out.  Fixed.