| Summary: | app-arch/p7zip-9.04 build problem (ln) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jan Psota <jasiupsota> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | ebuild patch to use 'ln -s' instead of 'ln' | ||
Created attachment 219947 [details, diff]
ebuild patch to use 'ln -s' instead of 'ln'
already fixed, it looks like. *** This bug has been marked as a duplicate of bug 305345 *** |
app-arch/p7zip-9.04 cannot build because of trying to hard-link directories sed -i "s:ln ../GUI/:ln -s ../GUI/:" makefile* in src_prepare() will do the trick :-), patch follows.