From b23c17a01253547ec94eb612f3f676dff026b6fa Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 8 Aug 2004 13:21:48 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into dixie.nexus.co.uk:/home/pb/oe/oe-packages 2004/08/08 14:21:31+01:00 nexus.co.uk!pb remove extraneous \-continuation BKrev: 411628ecqktv_PTk5APiJaIedq8Bgg --- openobex/openobex_1.0.1.oe | 6 +++--- 1 file 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 } -- cgit 1.2.3-korg