openobex: Fix staging function typo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2945 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-10-21 21:44:48 +00:00
parent dd0eec8b9b
commit bc7e9ce97e

View File

@@ -21,7 +21,7 @@ do_stage() {
ln -sf libopenobex.so ${STAGING_LIBDIR}/libopenobex-1.2.so
install -d ${STAGING_INCDIR}/openobex
install -m 0644 include/*.h ${STAGING_INCDIR}/openobex/
install -d ${STAGING_DIR}/aclocal
install -d ${STAGING_DATADIR}/aclocal
install -m 0644 openobex.m4 ${STAGING_DATADIR}/aclocal/
}