git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7509e6b
)
gnome-bluetooth: remove trailing / in lib/plugins/Makefile.am to eliminate install...
author
Steve Sakoman
<steve@sakoman.com>
Mon, 29 Mar 2010 21:56:31 +0000
(14:56 -0700)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 30 Mar 2010 15:43:32 +0000
(17:43 +0200)
recipes/gnome/gnome-bluetooth_git.bb
patch
|
blob
|
history
diff --git
a/recipes/gnome/gnome-bluetooth_git.bb
b/recipes/gnome/gnome-bluetooth_git.bb
index
2e57df3
..
6d2eae3
100644
(file)
--- 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
}