aboutsummaryrefslogtreecommitdiff
path: root/desktop/breath-gtk-theme
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/breath-gtk-theme')
-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 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 \
..