build-style/cmake: add missing space before closing bracket

This commit is contained in:
John 2019-01-21 22:52:56 +01:00
parent 2dca9425af
commit 9518d3c77c
No known key found for this signature in database
GPG key ID: 778558807E4FFC55

View file

@ -42,7 +42,7 @@ _EOF
fi
cmake_args+=" -DCMAKE_INSTALL_PREFIX=/usr"
if [ -n "$XBPS_DEBUG_PKGS"] && [ -z $nodebug ]; then
if [ -n "$XBPS_DEBUG_PKGS" ] && [ -z $nodebug ]; then
cmake_args+=" -DCMAKE_BUILD_TYPE=RelWithDebInfo"
else
cmake_args+=" -DCMAKE_BUILD_TYPE=Release"