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

This reverts commit f8092005d8.
This commit is contained in:
Michael Bouchaud 2014-05-05 22:29:13 +00:00
parent cc4b16048a
commit 2f5b5333d4
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: "@prefix@/etc/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";