From: Steve Sakoman Date: Mon, 29 Mar 2010 21:56:31 +0000 (-0700) Subject: gnome-bluetooth: remove trailing / in lib/plugins/Makefile.am to eliminate install... X-Git-Tag: Release-2010-05/1~152^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c90bdc8faf4ac4771cf8954f1934ff06f9056cb0;p=openembedded.git gnome-bluetooth: remove trailing / in lib/plugins/Makefile.am to eliminate install error --- diff --git a/recipes/gnome/gnome-bluetooth_git.bb b/recipes/gnome/gnome-bluetooth_git.bb index 2e57df3888..6d2eae3cfb 100644 --- a/recipes/gnome/gnome-bluetooth_git.bb +++ b/recipes/gnome/gnome-bluetooth_git.bb @@ -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 }