summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-10-26 00:58:44 +0200
committer Eric Hameleers <alien@slackware.com>2017-10-26 00:58:44 +0200
commit3ef22a65d1db8d75eb420bab0f99292b436da21e (patch)
treee3214c4835f401198ed69a03a3adc4e1d246d2e8
parentad0b718d1f085dc4f42c6b597bd4d3ac1c09abce (diff)
downloadliveslak-3ef22a65d1db8d75eb420bab0f99292b436da21e.tar.gz
liveslak-3ef22a65d1db8d75eb420bab0f99292b436da21e.tar.xz
PLASMA5: duh... forgot a slash
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 03e8fb9..0cfc300 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1688,7 +1688,7 @@ if [ "$LIVEDE" = "PLASMA5" ]; then
# Remove the buggy mediacenter session:
rm -f ${LIVE_ROOTDIR}/usr/share/xsessions/plasma-mediacenter.desktop || true
# Remove non-functional wayland session:
- if [ ! -f ${LIVE_ROOTDIR}usr/lib${DIRSUFFIX}/qt5/bin/qtwaylandscanner ];
+ if [ ! -f ${LIVE_ROOTDIR}/usr/lib${DIRSUFFIX}/qt5/bin/qtwaylandscanner ];
then
rm -f ${LIVE_ROOTDIR}/usr/share/wayland-sessions/plasmawayland.desktop || true
fi