aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-08 13:21:48 +0000
committerPhil Blundell <philb@gnu.org>2004-08-08 13:21:48 +0000
commitb23c17a01253547ec94eb612f3f676dff026b6fa (patch)
treef9787759d3428988a670c03915acf9aca53c0d09
parentee76a68c04d6b4dd7d21b77da8a50e3dfb4650f1 (diff)
downloadopenembedded-b23c17a01253547ec94eb612f3f676dff026b6fa.tar.gz
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
-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
}