]> code.ossystems Code Review - openembedded-core.git/commitdiff
pkgconfig.inc: We should be installing pkgconfig files into LIBDIR now
authorRichard Purdie <richard@openedhand.com>
Mon, 29 Oct 2007 17:35:33 +0000 (17:35 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 29 Oct 2007 17:35:33 +0000 (17:35 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3025 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/pkgconfig/pkgconfig.inc

index ed9e7e69af227d01e7312c95a4118292a3c987b2..a246c8750f1042bb53b6ceb787247b391ad3fc2d 100644 (file)
@@ -21,5 +21,5 @@ do_configure_prepend () {
 }
 
 do_stage_prepend() {
-       install -d -m 0755 ${STAGING_DATADIR}/pkgconfig
+       install -d -m 0755 ${STAGING_LIBDIR}/pkgconfig
 }