summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-01-17 09:57:11 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-17 09:59:32 +0100
commit526cdd2e82b111b8552e174e9806ae1a297c1be4 (patch)
tree1dfe1a0051f46598e99ee2f11fa49fe01cb620d2 /rules/host-glib.make
parent4fcdcbcff434a27dbd7393335d3ab72e48fa8653 (diff)
downloadptxdist-526cdd2e82b111b8552e174e9806ae1a297c1be4.tar.gz
ptxdist-526cdd2e82b111b8552e174e9806ae1a297c1be4.tar.xz
host-glib: fix sysroot fixup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-glib.make')
-rw-r--r--rules/host-glib.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-glib.make b/rules/host-glib.make
index d17b917f3..418dd9cde 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -52,7 +52,7 @@ HOST_GLIB_AUTOCONF := \
$(STATEDIR)/host-glib.install.post:
@$(call targetinfo)
@$(call world/install.post, HOST_GLIB)
- @sed -i "s:'/lib':'$(PTXCONF_SYSROOT_HOST)/lib':" "$(PTXCONF_SYSROOT_HOST)/bin/gdbus-codegen"
+ @sed -i "s:'/share':'$(PTXCONF_SYSROOT_HOST)/share':" "$(PTXCONF_SYSROOT_HOST)/bin/gdbus-codegen"
@$(call touch)
# vim: syntax=make