git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ec6e2
)
glib.inc: add || true after sed
author
Koen Kooi
<koen@openembedded.org>
Tue, 30 Dec 2008 21:10:12 +0000
(22:10 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 30 Dec 2008 21:10:12 +0000
(22:10 +0100)
packages/glib-2.0/glib.inc
patch
|
blob
|
history
diff --git
a/packages/glib-2.0/glib.inc
b/packages/glib-2.0/glib.inc
index
0781875
..
6c98d85
100644
(file)
--- 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 () {