aboutsummaryrefslogtreecommitdiffstats
path: root/openobex/openobex_1.0.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'openobex/openobex_1.0.1.oe')
-rw-r--r--openobex/openobex_1.0.1.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe
index 328d9b62fd..ec6aee05a1 100644
--- a/openobex/openobex_1.0.1.oe
+++ b/openobex/openobex_1.0.1.oe
@@ -17,9 +17,9 @@ do_stage () {
ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.0.so
install -d ${STAGING_INCDIR}/openobex
install -m 0644 src/obex_const.h src/obex.h ${STAGING_INCDIR}/openobex/
- cat openobex-config | sed -e 's,/usr/include,${STAGING_INCDIR},g; \
- s,/usr/lib,${STAGING_LIBDIR},g; \
- s,/usr/bin,${STAGING_BINDIR},g; \
+ cat openobex-config | sed -e 's,/usr/include,${STAGING_INCDIR},g;
+ s,/usr/lib,${STAGING_LIBDIR},g;
+ s,/usr/bin,${STAGING_BINDIR},g;
s,/usr,${STAGING_LIBDIR}/..,g;' > ${STAGING_BINDIR}/openobex-config
chmod a+rx ${STAGING_BINDIR}/openobex-config
}