Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] pkgconfig.inc: add missing ${D} when creating ${libdir}/pkgconfig in do_install_append
@ 2010-03-29 21:53 mok
  2010-03-29 22:11 ` Philip Balister
  0 siblings, 1 reply; 3+ messages in thread
From: mok @ 2010-03-29 21:53 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Klaus Kurzmann

From: Klaus Kurzmann <mok@fluxnetz.de>

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
---
 recipes/pkgconfig/pkgconfig.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/pkgconfig/pkgconfig.inc b/recipes/pkgconfig/pkgconfig.inc
index 5707735..4f618f8 100644
--- 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
 }
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-30  3:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 21:53 [PATCH] pkgconfig.inc: add missing ${D} when creating ${libdir}/pkgconfig in do_install_append mok
2010-03-29 22:11 ` Philip Balister
2010-03-30  3:14   ` Denys Dmytriyenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox