diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-09-02 10:24:06 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-09-02 10:24:06 +0000 |
commit | 880610a3aada4162a921a77977d1d5d6dfc95d2a (patch) | |
tree | 8cf010b3df7653aefbbb72deb179d3c635d8ee3f /packages/xcalibrateext/xcalibrateext_git.bb | |
parent | a18bd6c9aa2b5c246860a89a7cedffa3825fccef (diff) |
Fix PKG_CONFIG_PATH references which should be PKG_CONFIG_DIR
Diffstat (limited to 'packages/xcalibrateext/xcalibrateext_git.bb')
-rw-r--r-- | packages/xcalibrateext/xcalibrateext_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |