]> git.pld-linux.org Git - packages/quassel.git/commitdiff
- cmake case sensitive var values
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 3 Aug 2009 15:23:11 +0000 (15:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    quassel.spec -> 1.3

quassel.spec

index a0c35299a48842197e04f094158a9f86749b8cfa..42f16e8e429077f11fefbf0960e7949aad7e5ec2 100644 (file)
@@ -35,7 +35,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} \
        -DWITH_KDE=ON \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
This page took 0.279083 seconds and 4 git commands to generate.