From 0458a9a0b676afa7502c2ca6010c4efe17ae4904 Mon Sep 17 00:00:00 2001 From: Michael Bouchaud Date: Mon, 5 May 2014 22:37:44 +0000 Subject: [PATCH] entrance: oops forget to add entrance.conf.in --- data/entrance.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/entrance.conf.in b/data/entrance.conf.in index 3e0fa36..fe636dc 100644 --- a/data/entrance.conf.in +++ b/data/entrance.conf.in @@ -15,7 +15,7 @@ group "Entrance_Config" struct { /* Commands executed before starting a session */ value "session_start" string: "/usr/bin/sessreg -a -l :0.0"; /* Commands executed to launch a session */ - value "session_login" string: "@sysconfdir@/entrance/Xsession"; + value "session_login" string: "@SYSCONFDIR@/entrance/Xsession"; /* Commands executed when exiting a session */ value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";