summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 92090f53d9..3a3e7c8224 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 \