aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-04-16 18:25:16 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-04-16 18:25:16 +0000
commit2919f69e0bba9ad0a686f1d3d3b238803b571399 (patch)
treee3de8a84e62bb95045ed235683fd26191afa066d
parent83dea9ea8f511c9afff8033a8318dee23a6cbbc4 (diff)
Notes
-rw-r--r--x11-wm/xfce4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile
index 0b47145d8578..11ccda0481da 100644
--- a/x11-wm/xfce4/Makefile
+++ b/x11-wm/xfce4/Makefile
@@ -59,6 +59,8 @@ do-install: # empty
post-install:
.if defined(WITH_GDM)
+ @${TEST} -d ${X11BASE}/etc/gdm/Sessions || \
+ ${MKDIR} -p ${X11BASE}/etc/gdm/Sessions
@${INSTALL_SCRIPT} ${FILESDIR}/XFce4 ${X11BASE}/etc/gdm/Sessions
@${INSTALL_DATA} ${FILESDIR}/XFce4.desktop ${X11BASE}/etc/dm/Sessions
.endif