First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 51519
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Hamm <danielh@cc4.us>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 51519 depends on: Show dependency tree
Show dependency graph
Bug 51519 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-05-19 16:51 0000
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 From Mr. Bones. 2004-05-24 14:48:14 0000 -------
We don't install COPYING since it's already in licenses/.  I added the others.
Thanks for the bug report.

First Last Prev Next    No search results available      Search page      Enter new bug