summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-08 11:14:09 +0100
committer Willy Sudiarto Raharjo2022-02-09 03:35:59 +0100
commitf46a4c7177d2fa1ecc3d489f62108eecdeb7b943 (patch)
tree0bbc2ed98e262296e997bc0ab6f497467325db6a /desktop
parent50595793659b244bf77e581d7dff35c88a4ad215 (diff)
downloadslackbuilds-f46a4c7177d2fa1ecc3d489f62108eecdeb7b943.tar.gz
desktop/breath-gtk-theme: Quote the cmake variables.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/breath-gtk-theme/breath-gtk-theme.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/breath-gtk-theme/breath-gtk-theme.SlackBuild b/desktop/breath-gtk-theme/breath-gtk-theme.SlackBuild
index fe0fe8765c..5af2793236 100644
--- a/desktop/breath-gtk-theme/breath-gtk-theme.SlackBuild
+++ b/desktop/breath-gtk-theme/breath-gtk-theme.SlackBuild
@@ -83,8 +83,8 @@ find -L . \
mkdir build
cd build
- cmake -DCMAKE_C_FLAGS:STRING=${SLKCFLAGS} \
- -DCMAKE_CXX_FLAGS:STRING=${SLKCFLAGS} \
+ cmake -DCMAKE_C_FLAGS:STRING="${SLKCFLAGS}" \
+ -DCMAKE_CXX_FLAGS:STRING="${SLKCFLAGS}" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
..