From ff3ecd7691c5eaca89fe1cea624e317840992e5a Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 12 May 2008 17:59:41 -0300 Subject: xfce-mcs-manager.inc: fix .pc file to not have tmpdir on includedir field The includedir field was left with full path and this made the package to fail in sanity checks. This patch changes it to point to /usr/include as all other package does. --- packages/xfce/xfce-mcs-manager.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/xfce/xfce-mcs-manager.inc b/packages/xfce/xfce-mcs-manager.inc index de12b14b05..8ad747b3bc 100644 --- a/packages/xfce/xfce-mcs-manager.inc +++ b/packages/xfce/xfce-mcs-manager.inc @@ -14,3 +14,7 @@ do_stage() { } +do_stage_append () { + install -d ${PKG_CONFIG_DIR} + sed -e 's:^includedir=.*:includedir="/usr/include":;' ${S}/xfce-mcs-manager/xfce-mcs-manager.pc >${PKG_CONFIG_DIR}/xfce-mcs-manager.pc +} -- cgit v1.2.3