From 7d0f4d1ff2349647def5f78e6f07d4ce0bc7fffc Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 1 Apr 2004 17:57:34 +0000 Subject: Merge http://openembedded.bkbits.net/packages into linux.local:/home/kergoth/code/packages 2004/03/31 12:17:45-05:00 local!kergoth appweb_1.0.2.oe: Correct LD_LIBRARY_PATH referencing itself. tremor_20030325.oe: Correct the tremor include path passed into the staging make install. 2004/03/30 21:40:59-05:00 local!kergoth Some fixups per the latest staging changes. BKrev: 406c580emotmj9yxCNGAhNEinlE4uw --- pkgconfig/pkgconfig_0.15.0.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgconfig') diff --git a/pkgconfig/pkgconfig_0.15.0.oe b/pkgconfig/pkgconfig_0.15.0.oe index 285ef71edc..b2ba4e5c40 100644 --- a/pkgconfig/pkgconfig_0.15.0.oe +++ b/pkgconfig/pkgconfig_0.15.0.oe @@ -16,6 +16,6 @@ do_configure_prepend () { } do_stage_append() { - install -d -m 0755 ${STAGING_DIR}/share/pkgconfig + install -d -m 0755 ${STAGING_DATADIR}/pkgconfig } -- cgit v1.2.3