summaryrefslogtreecommitdiffstats
path: root/xdtv
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-02-21 22:09:48 +0000
committer Eric Hameleers <alien@slackware.com>2007-02-21 22:09:48 +0000
commit1c19e75a310e54b430a17dd44c65c9e6e87d6e45 (patch)
tree5216a4f13b30b8f3e08daef1bdc3510dc7346ceb /xdtv
parentae8bf6cce6d4c1350dc1124e4c46d3a04c61a93d (diff)
downloadasb-1c19e75a310e54b430a17dd44c65c9e6e87d6e45.tar.gz
asb-1c19e75a310e54b430a17dd44c65c9e6e87d6e45.tar.xz
Get around the 'set -e'
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 260f88af..117d4498 100755
--- a/xdtv/build/xdtv.SlackBuild
+++ b/xdtv/build/xdtv.SlackBuild
@@ -158,7 +158,7 @@ echo Building ...
# Determine what X we're running (the modular X returns the prefix
# in the next command, while older versions stay silent):
-XPREF=`pkg-config --variable=prefix x11`
+XPREF=`pkg-config --variable=prefix x11` || true
[ "$XPREF" == "" ] && XPREF='/usr/X11R6'
# Also determine the KDE installation prefix, for the icons we want to install: