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";