aboutsummaryrefslogtreecommitdiffstats
path: root/packages/glib-2.0
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-12-30 22:10:12 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-30 22:10:12 +0100
commit759087837b98d4ca3db4eb5fb0805cd77551605b (patch)
tree04705413d9e00f4f91caf94c63a20080522136c6 /packages/glib-2.0
parentf4ec6e2b0e9afe37ed7a32afa56cdedea12bf31f (diff)
downloadopenembedded-759087837b98d4ca3db4eb5fb0805cd77551605b.tar.gz
glib.inc: add || true after sed
Diffstat (limited to 'packages/glib-2.0')
-rw-r--r--packages/glib-2.0/glib.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/glib-2.0/glib.inc b/packages/glib-2.0/glib.inc
index 07818754e2..6c98d85084 100644
--- a/packages/glib-2.0/glib.inc
+++ b/packages/glib-2.0/glib.inc
@@ -39,7 +39,7 @@ do_configure_prepend () {
}
do_install_append() {
- sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g ${D}${bindir}/glib-mkenums
+ sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g ${D}${bindir}/glib-mkenums || true
}
do_stage () {