From 8523510525ef34fce5b07b0ab5e7226311c16fe6 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 3 Feb 2016 13:01:06 +0100 Subject: Do not run the risk of creating a dangling symlink. --- 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 b48585d..b8c6665 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1157,7 +1157,7 @@ elif [ "$LIVEDE" = "MATE" ]; then ln -sf xinitrc.mate-session ${LIVE_ROOTDIR}/etc/X11/xinit/xinitrc elif [ "$LIVEDE" = "CINNAMON" ]; then ln -sf xinitrc.cinnamon-session ${LIVE_ROOTDIR}/etc/X11/xinit/xinitrc -else +elif [ -f ${LIVE_ROOTDIR}/etc/X11/xinit/xinitrc.xfce ]; then ln -sf xinitrc.xfce ${LIVE_ROOTDIR}/etc/X11/xinit/xinitrc fi -- cgit v1.2.3