]> code.ossystems Code Review - openembedded-core.git/commitdiff
openobex: Fix staging function typo
authorRichard Purdie <richard@openedhand.com>
Sun, 21 Oct 2007 21:44:48 +0000 (21:44 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 21 Oct 2007 21:44:48 +0000 (21:44 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2945 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/openobex/openobex_1.2.bb

index 0c8d118cffcecd626df9eeeb0c9b959eb3eb5943..7b2d8d3797ad0ddb86813fd90969ca2a80f5f887 100644 (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/
 }