Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51519 - netpanzer needs to dodoc
Summary: netpanzer needs to dodoc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-19 16:51 UTC by Daniel Hamm
Modified: 2004-05-24 14:48 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 Daniel Hamm 2004-05-19 16:51:21 UTC
I spoke with MatzeB of on the #netpanzer channel and he asked me to submit an ebuild that places the documents into the proper location because right now they are included as part of the installation

Reproducible: Always
Steps to Reproduce:
1.emerge netpanzer
2.
3.

Actual Results:  
netpanzer installs without TODO README COPYING ChangeLog

Expected Results:  
installed them to the appropriate docs directory

	dodoc COPYING ChangeLog README TODO

is all that needs to be done so that the end of the ebuild looks like

	jam -sdatadir="${D}${GAMES_DATADIR}" install \
		|| die "jam install failed (data package)"
	dodoc COPYING ChangeLog README TODO
	prepgamesdirs
}
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-05-24 14:48:14 UTC
We don't install COPYING since it's already in licenses/.  I added the others.
Thanks for the bug report.