]> git.pld-linux.org Git - packages/qmmp.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:
    qmmp.spec -> 1.8

qmmp.spec

index 15195601f867951f591a6f587738d3a39078ddf2..37a85bbb336cb8bbeb4965ba9d0fcf636bafffb5 100644 (file)
--- a/qmmp.spec
+++ b/qmmp.spec
@@ -73,7 +73,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.164698 seconds and 4 git commands to generate.