gnome-bluetooth: remove trailing / in lib/plugins/Makefile.am to eliminate install...
authorSteve Sakoman <steve@sakoman.com>
Mon, 29 Mar 2010 21:56:31 +0000 (14:56 -0700)
committerKoen Kooi <koen@openembedded.org>
Tue, 30 Mar 2010 15:43:32 +0000 (17:43 +0200)
recipes/gnome/gnome-bluetooth_git.bb

index 2e57df3..6d2eae3 100644 (file)
@@ -23,7 +23,8 @@ RCONFLICTS_${PN} = "bluez-gnome"
 
 do_configure_prepend() {
        cp ${WORKDIR}/gtk-doc.make ${S}/
-    sed -i -e s:docs::g ${S}/Makefile.am
+       sed -i -e s:docs::g ${S}/Makefile.am
+       sed -i -e s:gnome-bluetooth/plugins/:gnome-bluetooth/plugins:g ${S}/lib/plugins/Makefile.am
        echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make
 }