summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/vala/vala.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/vala/vala.inc')
-rw-r--r--meta/recipes-devtools/vala/vala.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc
index 34c9db931d..afa09ec12e 100644
--- a/meta/recipes-devtools/vala/vala.inc
+++ b/meta/recipes-devtools/vala/vala.inc
@@ -46,5 +46,5 @@ vapigen_sysroot_preprocess() {
46 # up our wrapper. 46 # up our wrapper.
47 sed -i \ 47 sed -i \
48 -e "s|vapigen=.*|vapigen=${bindir}/vapigen-wrapper|" \ 48 -e "s|vapigen=.*|vapigen=${bindir}/vapigen-wrapper|" \
49 ${SYSROOT_DESTDIR}${datadir}/pkgconfig/vapigen-${SHRT_VER}.pc 49 ${SYSROOT_DESTDIR}${libdir}/pkgconfig/vapigen-${SHRT_VER}.pc
50} 50}