]> git.pld-linux.org Git - packages/kde4-kdepim-runtime.git/commitdiff
- BUIL_TYPE values are case sensitive
authorshadzik <shadzik@pld-linux.org>
Wed, 5 Aug 2009 12:00:18 +0000 (12:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-kdepim-runtime.spec -> 1.4

kde4-kdepim-runtime.spec

index 07e8e27b9e51af17fc27658321e7eaddc4fc78da..29b85850889fe6e31ef34c1186b6c5d6f40ded9a 100644 (file)
@@ -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
This page took 0.078318 seconds and 4 git commands to generate.