diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-12-01 18:36:42 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-12-01 18:36:42 +0100 |
commit | b4b8ef98b6e04500435b1ebc28a8ab5dd79a7cc9 (patch) | |
tree | 508743ef44cbac15c09cd2580aacd4d9dda2f5bf /redhat/applications/tdeio-locate | |
parent | e9e7fa543273fffa8131b2244e5c994fe22616e2 (diff) | |
download | tde-packaging-b4b8ef98b6e04500435b1ebc28a8ab5dd79a7cc9.tar.gz tde-packaging-b4b8ef98b6e04500435b1ebc28a8ab5dd79a7cc9.zip |
RPM Packaging: TDE 3.5.13.2 updates for openSUSE 13.1
Diffstat (limited to 'redhat/applications/tdeio-locate')
-rw-r--r-- | redhat/applications/tdeio-locate/tdeio-locate-3.5.13.2.spec | 8 |
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" \ |