summaryrefslogtreecommitdiff
path: root/openobex
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-06 20:28:53 +0000
committerChris Larson <clarson@kergoth.com>2004-03-06 20:28:53 +0000
commit0e52f5537d796803d0cf839344ff0a456147adfe (patch)
tree145643b51c768702d9d60ee439b8c45a1155beb3 /openobex
parent5e6b8b0aae396510a9943da8e832ca9393182b37 (diff)
Add audiofile 0.2.6.
BKrev: 404a3485oBWitqBfQvtF7L5s1urNkg
Diffstat (limited to 'openobex')
-rw-r--r--openobex/openobex_1.0.1.oe2
1 files changed, 2 insertions, 0 deletions
diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe
index bc997d51ba..c9096efde1 100644
--- a/openobex/openobex_1.0.1.oe
+++ b/openobex/openobex_1.0.1.oe
@@ -13,6 +13,8 @@ do_stage () {
install -d ${STAGING_DIR}/target/include/openobex
install -m 0644 src/obex_const.h src/obex.h ${STAGING_DIR}/target/include/openobex/
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
}