diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-08 11:14:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:59 +0700 |
commit | f46a4c7177d2fa1ecc3d489f62108eecdeb7b943 (patch) | |
tree | 0bbc2ed98e262296e997bc0ab6f497467325db6a /desktop/breath-gtk-theme | |
parent | 50595793659b244bf77e581d7dff35c88a4ad215 (diff) |
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/breath-gtk-theme')
-rw-r--r-- | desktop/breath-gtk-theme/breath-gtk-theme.SlackBuild | 4 |
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 fe0fe8765c306..5af2793236d76 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 \ .. |