From b4b8ef98b6e04500435b1ebc28a8ab5dd79a7cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 1 Dec 2013 18:36:42 +0100 Subject: RPM Packaging: TDE 3.5.13.2 updates for openSUSE 13.1 --- .../tde-style-qtcurve/tde-style-qtcurve-3.5.13.2.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'redhat/applications/tde-style-qtcurve/tde-style-qtcurve-3.5.13.2.spec') diff --git a/redhat/applications/tde-style-qtcurve/tde-style-qtcurve-3.5.13.2.spec b/redhat/applications/tde-style-qtcurve/tde-style-qtcurve-3.5.13.2.spec index a15205dda..5cf575e58 100644 --- a/redhat/applications/tde-style-qtcurve/tde-style-qtcurve-3.5.13.2.spec +++ b/redhat/applications/tde-style-qtcurve/tde-style-qtcurve-3.5.13.2.spec @@ -88,10 +88,10 @@ fi %__rm -f "po/tr.po" %endif -%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" \ -- cgit v1.2.1