summaryrefslogtreecommitdiffstats
path: root/xdtv
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-02-28 22:14:04 +0000
committer Eric Hameleers <alien@slackware.com>2007-02-28 22:14:04 +0000
commitaef30c274baf25d9cc845c2fc4460113becfaed9 (patch)
treeb3caab836722ccfd1010abb1f3d9ee67f23d4166 /xdtv
parent0d9400542f044263a64eba7512c21cd042057ccd (diff)
downloadasb-aef30c274baf25d9cc845c2fc4460113becfaed9.tar.gz
asb-aef30c274baf25d9cc845c2fc4460113becfaed9.tar.xz
Add '|| true' for the case that KDE is not installed...
Diffstat (limited to 'xdtv')
-rwxr-xr-xxdtv/build/xdtv.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdtv/build/xdtv.SlackBuild b/xdtv/build/xdtv.SlackBuild
index 6f19f7dd..2a4cf63b 100755
--- a/xdtv/build/xdtv.SlackBuild
+++ b/xdtv/build/xdtv.SlackBuild
@@ -181,7 +181,7 @@ XPREF=`pkg-config --variable=prefix x11` || true
[ "$XPREF" == "" ] && XPREF='/usr/X11R6'
# Also determine the KDE installation prefix, for the icons we want to install:
-KDEPREF=`kde-config --prefix`
+KDEPREF=`kde-config --prefix` || true
LDFLAGS="$SLKLDFLAGS" \
CFLAGS="$SLKCFLAGS" \