diff options
Diffstat (limited to 'packages/xcalibrateext')
-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 } |