From 880610a3aada4162a921a77977d1d5d6dfc95d2a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 2 Sep 2007 10:24:06 +0000 Subject: Fix PKG_CONFIG_PATH references which should be PKG_CONFIG_DIR --- packages/xcalibrateext/xcalibrateext_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/xcalibrateext') diff --git a/packages/xcalibrateext/xcalibrateext_git.bb b/packages/xcalibrateext/xcalibrateext_git.bb index 16955b5753..51649c9be3 100644 --- a/packages/xcalibrateext/xcalibrateext_git.bb +++ b/packages/xcalibrateext/xcalibrateext_git.bb @@ -13,5 +13,5 @@ inherit autotools pkgconfig do_stage() { autotools_stage_all #make it compatible with the old package from cvs - ln -sf ${PKG_CONFIG_PATH}/xcalibrateproto.pc ${PKG_CONFIG_PATH}/xcalibrateext.pc + ln -sf ${PKG_CONFIG_DIR}/xcalibrateproto.pc ${PKG_CONFIG_DIR}/xcalibrateext.pc } -- cgit v1.2.3