| Bug#: 44695 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: enhancement | Priority: P2 |
| Resolution: FIXED | Assigned To: chrb@gentoo.org | Reported By: chrb@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: raincoat (new package) | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-03-14 13:51 0000 | |||
| Description: | Opened: 2004-03-14 13:51 0000 |
Read/write the xbox bios flash utility
Created an attachment (id=27363) [details]
dev-util/raincoat/raincoat-0.5.ebuild
default working directory of src_compile() is ${S} (see the manpage)
dont use `install` in src_install() ... use a portage command ...
put || die after important things like `dobin` in a src_install() when there is no `make install` command to run
if `emake` fails because of parallel build, use `emake -j1` instead of just `make`
Created an attachment (id=32151) [details]
sys-boot/raincoat/raincoat-0.5.ebuild
In portage now. Closing.