From 3ef22a65d1db8d75eb420bab0f99292b436da21e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 26 Oct 2017 00:58:44 +0200 Subject: PLASMA5: duh... forgot a slash --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make_slackware_live.sh') 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 -- cgit v1.2.3