Ticket #735 (closed patch: fixed)
path for installed header files
Reported by: | gerd | Owned by: | jkeenan |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | install | Version: | 1.2.0 |
Severity: | medium | Keywords: | |
Cc: | gerd | Language: | |
Patch status: | applied | Platform: |
Description
This patch changes the path for installed header files und the pkgconfig file.
from: /usr/lib/pkgconfig/parrot/1.2.0/parrot.pc to: /usr/lib/pkgconfig/parrot.pc
from: /usr/include/parrot/1.2.0/parrot/... to: /usr/include/parrot/...
from: /usr/include/parrot/1.2.0/pmc/... to: /usr/include/pmc/...
I tested the patch under Fedora. Also building rpms works with this patch. The patch makes the path conform to the docs/embed.pod documentation.
Gerd Pokorra
Attachments
Change History
Note: See
TracTickets for help on using
tickets.