work around a double escape issue, sysconfdir references prefix...

Not a perfect fix, but entrance needs to work again
This commit is contained in:
Andy Williams 2014-05-05 22:01:15 +01:00
parent a44f7390e9
commit f8092005d8
1 changed files with 1 additions and 1 deletions

View File

@ -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: "@prefix@/etc/entrance/Xsession";
/* Commands executed when exiting a session */
value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";