summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-04 17:11:42 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-01-04 17:11:42 +0100
commit6be5f1985a031f22b7cb7eb78ec4b05e4175af88 (patch)
tree2d6fed299a970c325712d1478251c991e825adab /rules/host-glib.make
parent90a5947e1d381e63e59d649a8155a9f20ebba162 (diff)
downloadptxdist-6be5f1985a031f22b7cb7eb78ec4b05e4175af88.tar.gz
ptxdist-6be5f1985a031f22b7cb7eb78ec4b05e4175af88.tar.xz
host-glib: make glib-gettextize usable
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-glib.make')
-rw-r--r--rules/host-glib.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/host-glib.make b/rules/host-glib.make
index 938982e3d..8e0e42c6b 100644
--- a/rules/host-glib.make
+++ b/rules/host-glib.make
@@ -60,6 +60,7 @@ $(STATEDIR)/host-glib.install.post:
@$(call targetinfo)
@$(call world/install.post, HOST_GLIB)
@sed -i "s:'/share':'$(PTXCONF_SYSROOT_HOST)/share':" "$(PTXCONF_SYSROOT_HOST)/bin/gdbus-codegen"
+ @sed -i "s:^prefix=.*:prefix=$(PTXCONF_SYSROOT_HOST):" "$(PTXCONF_SYSROOT_HOST)/bin/glib-gettextize"
@$(call touch)
# vim: syntax=make