From 78b00408b6a87739bf3ab2e7fa215bd572927c9b Mon Sep 17 00:00:00 2001 From: shadzik Date: Wed, 5 Aug 2009 12:00:18 +0000 Subject: [PATCH] - BUIL_TYPE values are case sensitive Changed files: kde4-kdepim-runtime.spec -> 1.4 --- kde4-kdepim-runtime.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde4-kdepim-runtime.spec b/kde4-kdepim-runtime.spec index 07e8e27..29b8585 100644 --- a/kde4-kdepim-runtime.spec +++ b/kde4-kdepim-runtime.spec @@ -68,7 +68,7 @@ cd build %cmake \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DLIB_INSTALL_DIR=%{_libdir} \ - -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:debug} \ + -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \ %if "%{_lib}" == "lib64" -DLIB_SUFFIX=64 \ %endif -- 2.44.0