summaryrefslogtreecommitdiffstats
path: root/redhat/applications/development/kscope
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/applications/development/kscope')
-rw-r--r--redhat/applications/development/kscope/kscope.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/development/kscope/kscope.spec b/redhat/applications/development/kscope/kscope.spec
index 3585e6550..464bc87a9 100644
--- a/redhat/applications/development/kscope/kscope.spec
+++ b/redhat/applications/development/kscope/kscope.spec
@@ -129,7 +129,7 @@ unset QTDIR QTINC QTLIB
export PATH="%{tde_bindir}:${PATH}"
export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig"
-if ! rpm -E %%cmake|grep -q "cd build"; then
+if ! rpm -E %%cmake|grep -e 'cd build\|cd ${CMAKE_BUILD_DIR:-build}'; then
%__mkdir_p build
cd build
fi