aboutsummaryrefslogtreecommitdiff
path: root/desktop/ksmoothdock
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/ksmoothdock')
-rw-r--r--desktop/ksmoothdock/ksmoothdock.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/ksmoothdock/ksmoothdock.SlackBuild b/desktop/ksmoothdock/ksmoothdock.SlackBuild
index 92090f53d9c65..3a3e7c8224f9c 100644
--- a/desktop/ksmoothdock/ksmoothdock.SlackBuild
+++ b/desktop/ksmoothdock/ksmoothdock.SlackBuild
@@ -32,9 +32,10 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
+KDEPREF=$(kde-config --prefix)
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-./configure --prefix=$KDEDIR \
+./configure --prefix=$KDEPREF \
--localstatedir=/var \
--sysconfdir=/etc \
--disable-debug \