From f74b0f5471b03ae7a02b2301efd3c5b989633d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 12 May 2014 16:52:05 +0200 Subject: [PATCH] polkit-qt-1: fix exported includepath MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/polkit-qt-1/polkit-qt-1_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/polkit-qt-1/polkit-qt-1_git.bb b/recipes-kde/polkit-qt-1/polkit-qt-1_git.bb index 404fd595..fc40393a 100644 --- a/recipes-kde/polkit-qt-1/polkit-qt-1_git.bb +++ b/recipes-kde/polkit-qt-1/polkit-qt-1_git.bb @@ -19,7 +19,7 @@ do_install_append() { # libpath for file in $(find ${D}${libdir}/cmake -name '*Config.cmake') ; do sed -i 's:\"${libdir}:\"${STAGING_DIR_TARGET}${libdir}:' $file - sed -i 's:\"include/polkit-qt5-1:\"${STAGING_DIR_TARGET}/include/polkit-qt5-1:' $file + sed -i 's:\"include/polkit-qt5-1:\"${STAGING_DIR_TARGET}/usr/include/polkit-qt5-1:' $file done }