Ticket #288 (new defect)
vala-1.0.pc installed with datadir and vapidir set to host path (vala-7.7)
| Reported by: | firefighterblu3 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | milestone5 |
| Component: | target | Keywords: | |
| Cc: |
Description
This is the installed file in /usr/arm.../pkgconfig/
It ought to be forwarded and get fixed upstream with the correct value of s/usr/${prefix}/ in the generation template. In the meantime, a few fso packages will fail with linux.vapi missing from the vapi directory.
nibbler pkgconfig # diff -ruN vala-1.0.pc~ vala-1.0.pc --- vala-1.0.pc~ 2009-10-12 02:21:12.000000000 -0400 +++ vala-1.0.pc 2009-10-12 02:24:59.601373775 -0400 @@ -4,8 +4,8 @@
bindir=${exec_prefix}/bin includedir=${prefix}/include datarootdir=${prefix}/share
-datadir=/usr/share -vapidir=/usr/share/vala/vapi +datadir={$prefix}/share +vapidir=${prefix}/share/vala/vapi
vapigen=${bindir}/vapigen gen_introspect=${libdir}/vala/gen-introspect
