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:
97a32c6
)
pkgconfig.inc: add missing ${D} when creating ${libdir}/pkgconfig in do_install_append
author
Klaus Kurzmann
<mok@fluxnetz.de>
Mon, 29 Mar 2010 20:35:43 +0000
(22:35 +0200)
committer
Klaus Kurzmann
<mok@fluxnetz.de>
Mon, 29 Mar 2010 20:35:43 +0000
(22:35 +0200)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/pkgconfig/pkgconfig.inc
patch
|
blob
|
history
diff --git
a/recipes/pkgconfig/pkgconfig.inc
b/recipes/pkgconfig/pkgconfig.inc
index
5707735
..
4f618f8
100644
(file)
--- a/
recipes/pkgconfig/pkgconfig.inc
+++ b/
recipes/pkgconfig/pkgconfig.inc
@@
-22,5
+22,5
@@
do_configure_prepend () {
}
do_install_append() {
- install -d -m 0755 ${libdir}/pkgconfig
+ install -d -m 0755 ${
D}${
libdir}/pkgconfig
}