| Summary: | ghostscript-7.05.6-r1 does not emerge (sed: can't read Makefile.in) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Steph L <linux4ibook> |
| Component: | New packages | Assignee: | Printing Team <printing> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | linux4ibook, ppc |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | PPC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Steph L
2004-10-04 12:17:41 UTC
Fix :
- src/Makefile.in || die "sed failed"
+ ${S}/src/Makefile.in || die "sed failed"
sed -i -e 's:$(gsdir)/fonts:/usr/share/fonts/default/ghostscript/:' \
- src/Makefile.in || die "sed failed"
+ ${S}/src/Makefile.in || die "sed failed"
should be fixed now, thanks for your report |