From cce6e81f38f0d6eb0a45fe5e5bf1d5a44b184e2a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 21 Feb 2012 17:39:21 -0600 Subject: [PATCH] Fix the creation of the checkXML script. This partially resolves bug report 694. --- kdoctools/checkXML.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdoctools/checkXML.cmake b/kdoctools/checkXML.cmake index b986a7b1b..b6d0fe8a1 100644 --- a/kdoctools/checkXML.cmake +++ b/kdoctools/checkXML.cmake @@ -3,5 +3,5 @@ prefix=@CMAKE_INSTALL_PREFIX@ # FIXME this must be separate? exec_prefix=@CMAKE_INSTALL_PREFIX@ -exit `@CMAKE_INSTALL_PREFIX@/@BIN_INSTALL_DIR@/meinproc --check --stdout $@ > /dev/null` +exit `@BIN_INSTALL_DIR@/meinproc --check --stdout $@ > /dev/null`