summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJonathan Bauer2017-11-16 10:30:11 +0100
committerJonathan Bauer2017-11-16 10:30:11 +0100
commit36de3d11350a445eaeaa39470b0ee7b42a11a756 (patch)
treefe4240f3a40f42c525626cb1d6fe9b7a80870c3f /core
parent[rfs-stage31,safe-mode] Move exam mode patching from stage31 to safe-mode script (diff)
downloadmltk-36de3d11350a445eaeaa39470b0ee7b42a11a756.tar.gz
mltk-36de3d11350a445eaeaa39470b0ee7b42a11a756.tar.xz
mltk-36de3d11350a445eaeaa39470b0ee7b42a11a756.zip
[qt] fix bad symlink source
Diffstat (limited to 'core')
-rw-r--r--core/includes/qt.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/includes/qt.inc b/core/includes/qt.inc
index 8cc0c1d4..d98ffb59 100644
--- a/core/includes/qt.inc
+++ b/core/includes/qt.inc
@@ -18,7 +18,7 @@ activate_qt() {
local QTS="$(echo "$QT_CANDIDATES" | wc -w)"
if [ "$QTS" -eq 1 ]; then
# we found it, lets activate it and hope for the best
- ln -sf "/usr/share/qtchooser/$QT_CANDIDATES" "/usr/share/qtchooser/default.conf" \
+ ln -sf "$QT_CANDIDATES" "/usr/share/qtchooser/default.conf" \
|| perror "Could not link 'default.conf' to '/usr/share/qtchooser/$QT_CANDIDATES'"
elif [ "$QTS" -eq 0 ]; then
perror "No qt ${QT_VERSION} config found in /usr/share/qtchooser"