diff options
Diffstat (limited to 'x11-wm/xfce/files/patch-other::xinitrc.in')
-rw-r--r-- | x11-wm/xfce/files/patch-other::xinitrc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce/files/patch-other::xinitrc.in b/x11-wm/xfce/files/patch-other::xinitrc.in index 75df757baabd..66f1710673f6 100644 --- a/x11-wm/xfce/files/patch-other::xinitrc.in +++ b/x11-wm/xfce/files/patch-other::xinitrc.in @@ -5,7 +5,7 @@ # Launch xscreensaver (if available) -xscreensaver -no-splash & -+XBINDIR=%%X11BASE%%/bin ++XBINDIR=%%LOCALBASE%%/bin +if [ -x $XBINDIR/xscreensaver ]; then + xscreensaver -no-splash & +fi |