khelpcenter: fix path to khc_indexbuilder
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
From ead044b5696b11f83d4728908d6d47a55450a9ba Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Mon, 9 Feb 2015 14:46:09 +0100
|
||||
Subject: [PATCH] fix path to khc_indexbuilder
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
config-khelpcenter.h.cmake | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/config-khelpcenter.h.cmake b/config-khelpcenter.h.cmake
|
||||
index 2a4839d..5d90483 100644
|
||||
--- a/config-khelpcenter.h.cmake
|
||||
+++ b/config-khelpcenter.h.cmake
|
||||
@@ -1 +1 @@
|
||||
-#define KHC_INDEXBUILDER "@CMAKE_INSTALL_PREFIX@/@LIBEXEC_INSTALL_DIR@/khc_indexbuilder"
|
||||
+#define KHC_INDEXBUILDER "@LIBEXEC_INSTALL_DIR@/khc_indexbuilder"
|
||||
--
|
||||
1.9.3
|
||||
|
||||
@@ -20,7 +20,10 @@ PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "f575d603c62a001c551a213398c46268"
|
||||
SRC_URI[sha256sum] = "3a0396118077af3b1e3df4654540a1d8cc900a3eae656f65409737d9f712bfa8"
|
||||
|
||||
SRC_URI += "file://0001-fix-build-for-qtbase-without-session-management.patch"
|
||||
SRC_URI += " \
|
||||
file://0001-fix-build-for-qtbase-without-session-management.patch \
|
||||
file://0002-fix-path-to-khc_indexbuilder.patch \
|
||||
"
|
||||
|
||||
# do not move so-libs to -dev package
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
Reference in New Issue
Block a user