summaryrefslogtreecommitdiffstats
path: root/redhat/applications/tdeio-locate/tdeio-locate-3.5.13.2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/applications/tdeio-locate/tdeio-locate-3.5.13.2.spec')
-rw-r--r--redhat/applications/tdeio-locate/tdeio-locate-3.5.13.2.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/redhat/applications/tdeio-locate/tdeio-locate-3.5.13.2.spec b/redhat/applications/tdeio-locate/tdeio-locate-3.5.13.2.spec
index ef65bd1dc..a7b94ad6d 100644
--- a/redhat/applications/tdeio-locate/tdeio-locate-3.5.13.2.spec
+++ b/redhat/applications/tdeio-locate/tdeio-locate-3.5.13.2.spec
@@ -80,10 +80,10 @@ if [ -d /usr/X11R6 ]; then
export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}"
fi
-%if 0%{?rhel} || 0%{?fedora} || 0%{?suse_version}
-%__mkdir_p build
-cd build
-%endif
+if ! rpm -E %%cmake|grep -q "cd build"; then
+ %__mkdir_p build
+ cd build
+fi
%cmake \
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \