diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-08 13:21:48 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-08 13:21:48 +0000 |
commit | b23c17a01253547ec94eb612f3f676dff026b6fa (patch) | |
tree | f9787759d3428988a670c03915acf9aca53c0d09 /openobex | |
parent | ee76a68c04d6b4dd7d21b77da8a50e3dfb4650f1 (diff) |
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
Diffstat (limited to 'openobex')
-rw-r--r-- | openobex/openobex_1.0.1.oe | 6 |
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 } |