Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156530 - sys-apps/setarch - linux32 and linux64 manpage symlinks probably misnamed
Summary: sys-apps/setarch - linux32 and linux64 manpage symlinks probably misnamed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-28 11:20 UTC by James Browning
Modified: 2006-11-28 17:56 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 Browning 2006-11-28 11:20:37 UTC
the links
/usr/share/man/man8/linux32.gz
/usr/share/man/man8/linux64.gz
should probably actualy be
/usr/share/man/man8/linux32.8.gz
/usr/share/man/man8/linux64.8.gz
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-28 11:23:10 UTC
Hmmm, and what ebuild installed them? 

equery b /usr/share/man/man8/linux{32,64}.gz
Comment 2 James Browning 2006-11-28 11:26:44 UTC
sys-apps/setarch
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-11-28 11:29:12 UTC
Thanks.
Comment 4 SpanKY gentoo-dev 2006-11-28 17:56:15 UTC
fixed Makefile in $FILESDIR, thanks for pointing it out